Html Css Color HEX #CC36AB Fuchsia

📋 copy color: '#CC36AB'

red 204 ◦ green 54 ◦ blue 171

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

Shades of Fuchsia #CC36AB

Tints of Fuchsia #CC36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 47.55%
G = 12.59%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC36AB (or 0xCC36AB) is known color: Fuchsia. HEX triplet: CC, 36 and AB. RGB value is (204,54,171). Sum of RGB (Red+Green+Blue) = 204+54+171=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36AB is #33C954. Grayscale: #6F6F6F. Windows color (decimal): -3393877 or 11220684. OLE color: 11220684.

HSL color Cylindrical-coordinate representation of color #CC36AB: hue angle of 313.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC36AB is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 171 -
CMYK 0 0.74 0.16 0.2
HSL 313.2º 0.6% 0.51% -
HSV(B) 313.2º 0.74% 0.8% -
XYZ 33.57 18.42 40.31 -
YUV 112.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 204 54 171 0 0.74 0.16 0.2 313.2 0.6 0.51
Hex CC 36 AB 0 4A 10 14 139 3C 33
Octal 314 66 253 0 112 20 24 471 74 63
Binary 11001100 110110 10101011 0 1001010 10000 10100 100111001 111100 110011

Color Harmonies of #CC36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36AB

Black with #CC36AB

Text Example


Text Example

White with #CC36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36AB; }

 p { color: rgb(204,54,171); }

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

background-color css

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

 a { background-color: rgb(204,54,171); }

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

border-color css

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

 span { border-color: rgb(204,54,171); }

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