Html Css Color HEX #CC36C7 Fuchsia

📋 copy color: '#CC36C7'

red 204 ◦ green 54 ◦ blue 199

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

Shades of Fuchsia #CC36C7

Tints of Fuchsia #CC36C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 44.64%
G = 11.82%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC36C7 (or 0xCC36C7) is known color: Fuchsia. HEX triplet: CC, 36 and C7. RGB value is (204,54,199). Sum of RGB (Red+Green+Blue) = 204+54+199=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36C7 is #33C938. Grayscale: #727272. Windows color (decimal): -3393849 or 13055692. OLE color: 13055692.

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

Color convert

RGB 204 54 199 -
CMYK 0 0.74 0.02 0.2
HSL 302º 0.6% 0.51% -
HSV(B) 302º 0.74% 0.8% -
XYZ 36.53 19.6 55.89 -
YUV 115.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 204 54 199 0 0.74 0.02 0.2 302 0.6 0.51
Hex CC 36 C7 0 4A 2 14 12E 3C 33
Octal 314 66 307 0 112 2 24 456 74 63
Binary 11001100 110110 11000111 0 1001010 10 10100 100101110 111100 110011

Color Harmonies of #CC36C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36C7

Black with #CC36C7

Text Example


Text Example

White with #CC36C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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