Html Css Color HEX #CC4DB8 Fuchsia

📋 copy color: '#CC4DB8'

red 204 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #CC4DB8

Tints of Fuchsia #CC4DB8

RGB

 RED value IS 204 (80.08% from 255) = 43.87%

 GREEN value IS 77 (30.47% from 255) = 16.56%

 BLUE value IS 184 (72.27% from 255) = 39.57%

R = 43.87%
G = 16.56%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC4DB8 (or 0xCC4DB8) is known color: Fuchsia. HEX triplet: CC, 4D and B8. RGB value is (204,77,184). Sum of RGB (Red+Green+Blue) = 204+77+184=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DB8 is #33B247. Grayscale: #7E7E7E. Windows color (decimal): -3387976 or 12078540. OLE color: 12078540.

HSL color Cylindrical-coordinate representation of color #CC4DB8: hue angle of 309.45º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DB8 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 77 184 -
CMYK 0 0.62 0.10 0.2
HSL 309.45º 0.55% 0.55% -
HSV(B) 309.45º 0.62% 0.8% -
XYZ 36.21 21.61 47.61 -
YUV 127.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 204 77 184 0 0.62 0.10 0.2 309.45 0.55 0.55
Hex CC 4D B8 0 3E A 14 135 37 37
Octal 314 115 270 0 76 12 24 465 67 67
Binary 11001100 1001101 10111000 0 111110 1010 10100 100110101 110111 110111

Color Harmonies of #CC4DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DB8

Black with #CC4DB8

Text Example


Text Example

White with #CC4DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DB8; }

 p { color: rgb(204,77,184); }

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

background-color css

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

 a { background-color: rgb(204,77,184); }

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

border-color css

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

 span { border-color: rgb(204,77,184); }

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