Html Css Color HEX #CC36C4 Fuchsia

📋 copy color: '#CC36C4'

red 204 ◦ green 54 ◦ blue 196

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

Shades of Fuchsia #CC36C4

Tints of Fuchsia #CC36C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 44.93%
G = 11.89%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC36C4 (or 0xCC36C4) is known color: Fuchsia. HEX triplet: CC, 36 and C4. RGB value is (204,54,196). Sum of RGB (Red+Green+Blue) = 204+54+196=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36C4 is #33C93B. Grayscale: #727272. Windows color (decimal): -3393852 or 12859084. OLE color: 12859084.

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

Color convert

RGB 204 54 196 -
CMYK 0 0.74 0.04 0.2
HSL 303.2º 0.6% 0.51% -
HSV(B) 303.2º 0.74% 0.8% -
XYZ 36.18 19.46 54.07 -
YUV 115.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 204 54 196 0 0.74 0.04 0.2 303.2 0.6 0.51
Hex CC 36 C4 0 4A 4 14 12F 3C 33
Octal 314 66 304 0 112 4 24 457 74 63
Binary 11001100 110110 11000100 0 1001010 100 10100 100101111 111100 110011

Color Harmonies of #CC36C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36C4

Black with #CC36C4

Text Example


Text Example

White with #CC36C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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