Html Css Color HEX #C036CC Fuchsia

📋 copy color: '#C036CC'

red 192 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #C036CC

Tints of Fuchsia #C036CC

RGB

 RED value IS 192 (75.39% from 255) = 42.67%

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 42.67%
G = 12%
B = 45.33%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C036CC (or 0xC036CC) is known color: Fuchsia. HEX triplet: C0, 36 and CC. RGB value is (192,54,204). Sum of RGB (Red+Green+Blue) = 192+54+204=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #C036CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036CC is #3FC933. Grayscale: #6F6F6F. Windows color (decimal): -4180276 or 13383360. OLE color: 13383360.

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

Color convert

RGB 192 54 204 -
CMYK 0.06 0.74 0 0.2
HSL 295.2º 0.6% 0.51% -
HSV(B) 295.2º 0.74% 0.8% -
XYZ 33.96 18.2 58.85 -
YUV 112.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 192 54 204 0.06 0.74 0 0.2 295.2 0.6 0.51
Hex C0 36 CC 6 4A 0 14 127 3C 33
Octal 300 66 314 6 112 0 24 447 74 63
Binary 11000000 110110 11001100 110 1001010 0 10100 100100111 111100 110011

Color Harmonies of #C036CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036CC

Black with #C036CC

Text Example


Text Example

White with #C036CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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