Html Css Color HEX #CC3BB8 Fuchsia

📋 copy color: '#CC3BB8'

red 204 ◦ green 59 ◦ blue 184

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

Shades of Fuchsia #CC3BB8

Tints of Fuchsia #CC3BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.2%

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

R = 45.64%
G = 13.2%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC3BB8 (or 0xCC3BB8) is known color: Fuchsia. HEX triplet: CC, 3B and B8. RGB value is (204,59,184). Sum of RGB (Red+Green+Blue) = 204+59+184=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BB8 is #33C447. Grayscale: #747474. Windows color (decimal): -3392584 or 12073932. OLE color: 12073932.

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

Color convert

RGB 204 59 184 -
CMYK 0 0.71 0.10 0.2
HSL 308.28º 0.59% 0.52% -
HSV(B) 308.28º 0.71% 0.8% -
XYZ 35.12 19.43 47.25 -
YUV 116.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 204 59 184 0 0.71 0.10 0.2 308.28 0.59 0.52
Hex CC 3B B8 0 47 A 14 134 3B 34
Octal 314 73 270 0 107 12 24 464 73 64
Binary 11001100 111011 10111000 0 1000111 1010 10100 100110100 111011 110100

Color Harmonies of #CC3BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BB8

Black with #CC3BB8

Text Example


Text Example

White with #CC3BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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