Html Css Color HEX #C744BD Fuchsia

📋 copy color: '#C744BD'

red 199 ◦ green 68 ◦ blue 189

#C744BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C744BD

Tints of Fuchsia #C744BD

RGB

 RED value IS 199 (78.13% from 255) = 43.64%

 GREEN value IS 68 (26.95% from 255) = 14.91%

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 43.64%
G = 14.91%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C744BD (or 0xC744BD) is known color: Fuchsia. HEX triplet: C7, 44 and BD. RGB value is (199,68,189). Sum of RGB (Red+Green+Blue) = 199+68+189=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C744BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744BD is #38BB42. Grayscale: #787878. Windows color (decimal): -3717955 or 12403911. OLE color: 12403911.

HSL color Cylindrical-coordinate representation of color #C744BD: hue angle of 304.58º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C744BD is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 189 -
CMYK 0 0.66 0.05 0.22
HSL 304.58º 0.54% 0.52% -
HSV(B) 304.58º 0.66% 0.78% -
XYZ 34.81 19.95 50.16 -
YUV 120.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 199 68 189 0 0.66 0.05 0.22 304.58 0.54 0.52
Hex C7 44 BD 0 42 5 16 131 36 34
Octal 307 104 275 0 102 5 26 461 66 64
Binary 11000111 1000100 10111101 0 1000010 101 10110 100110001 110110 110100

Color Harmonies of #C744BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744BD

Black with #C744BD

Text Example


Text Example

White with #C744BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744BD; }

 p { color: rgb(199,68,189); }

 H1.HeaderClassName
 {
   color: #C744BD;
 }
 .AnyTagClassName
 {
   color: #C744BD;
 }
</style>

background-color css

<style>
 a { background-color: #C744BD; }

 a { background-color: rgb(199,68,189); }

 div.DivClassName
 {
   background-color: #C744BD;
 }
 .BgClassName
 {
   background-color: #C744BD;
 }
</style>

border-color css

<style>
 span { border-color: #C744BD; }

 span { border-color: rgb(199,68,189); }

 td.TdClassName
 {
   border-color: #C744BD;
 }
 .TagClassName
 {
   border-color: #C744BD;
 }
</style>