Html Css Color HEX #CC36C5 Fuchsia

📋 copy color: '#CC36C5'

red 204 ◦ green 54 ◦ blue 197

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

Shades of Fuchsia #CC36C5

Tints of Fuchsia #CC36C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 44.84%
G = 11.87%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC36C5 (or 0xCC36C5) is known color: Fuchsia. HEX triplet: CC, 36 and C5. RGB value is (204,54,197). Sum of RGB (Red+Green+Blue) = 204+54+197=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36C5 is #33C93A. Grayscale: #727272. Windows color (decimal): -3393851 or 12924620. OLE color: 12924620.

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

Color convert

RGB 204 54 197 -
CMYK 0 0.74 0.03 0.2
HSL 302.8º 0.6% 0.51% -
HSV(B) 302.8º 0.74% 0.8% -
XYZ 36.3 19.51 54.68 -
YUV 115.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 204 54 197 0 0.74 0.03 0.2 302.8 0.6 0.51
Hex CC 36 C5 0 4A 3 14 12F 3C 33
Octal 314 66 305 0 112 3 24 457 74 63
Binary 11001100 110110 11000101 0 1001010 11 10100 100101111 111100 110011

Color Harmonies of #CC36C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36C5

Black with #CC36C5

Text Example


Text Example

White with #CC36C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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