Html Css Color HEX #CC3EB8 Fuchsia

📋 copy color: '#CC3EB8'

red 204 ◦ green 62 ◦ blue 184

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

Shades of Fuchsia #CC3EB8

Tints of Fuchsia #CC3EB8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.78%

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

R = 45.33%
G = 13.78%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC3EB8 (or 0xCC3EB8) is known color: Fuchsia. HEX triplet: CC, 3E and B8. RGB value is (204,62,184). Sum of RGB (Red+Green+Blue) = 204+62+184=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EB8 is #33C147. Grayscale: #767676. Windows color (decimal): -3391816 or 12074700. OLE color: 12074700.

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

Color convert

RGB 204 62 184 -
CMYK 0 0.70 0.10 0.2
HSL 308.45º 0.58% 0.52% -
HSV(B) 308.45º 0.7% 0.8% -
XYZ 35.28 19.74 47.3 -
YUV 118.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 204 62 184 0 0.70 0.10 0.2 308.45 0.58 0.52
Hex CC 3E B8 0 46 A 14 134 3A 34
Octal 314 76 270 0 106 12 24 464 72 64
Binary 11001100 111110 10111000 0 1000110 1010 10100 100110100 111010 110100

Color Harmonies of #CC3EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EB8

Black with #CC3EB8

Text Example


Text Example

White with #CC3EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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