Html Css Color HEX #CC36BA Fuchsia

📋 copy color: '#CC36BA'

red 204 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #CC36BA

Tints of Fuchsia #CC36BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 45.95%
G = 12.16%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC36BA (or 0xCC36BA) is known color: Fuchsia. HEX triplet: CC, 36 and BA. RGB value is (204,54,186). Sum of RGB (Red+Green+Blue) = 204+54+186=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36BA is #33C945. Grayscale: #717171. Windows color (decimal): -3393862 or 12203724. OLE color: 12203724.

HSL color Cylindrical-coordinate representation of color #CC36BA: hue angle of 307.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 #CC36BA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 186 -
CMYK 0 0.74 0.09 0.2
HSL 307.2º 0.6% 0.51% -
HSV(B) 307.2º 0.74% 0.8% -
XYZ 35.08 19.02 48.28 -
YUV 113.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 204 54 186 0 0.74 0.09 0.2 307.2 0.6 0.51
Hex CC 36 BA 0 4A 9 14 133 3C 33
Octal 314 66 272 0 112 11 24 463 74 63
Binary 11001100 110110 10111010 0 1001010 1001 10100 100110011 111100 110011

Color Harmonies of #CC36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36BA

Black with #CC36BA

Text Example


Text Example

White with #CC36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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