Html Css Color HEX #C036C8 Fuchsia

📋 copy color: '#C036C8'

red 192 ◦ green 54 ◦ blue 200

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

Shades of Fuchsia #C036C8

Tints of Fuchsia #C036C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.84%

R = 43.05%
G = 12.11%
B = 44.84%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C036C8 (or 0xC036C8) is known color: Fuchsia. HEX triplet: C0, 36 and C8. RGB value is (192,54,200). Sum of RGB (Red+Green+Blue) = 192+54+200=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #C036C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036C8 is #3FC937. Grayscale: #6F6F6F. Windows color (decimal): -4180280 or 13121216. OLE color: 13121216.

HSL color Cylindrical-coordinate representation of color #C036C8: hue angle of 296.71º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C036C8 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 54 200 -
CMYK 0.04 0.73 0 0.22
HSL 296.71º 0.57% 0.5% -
HSV(B) 296.71º 0.73% 0.78% -
XYZ 33.48 18.01 56.36 -
YUV 111.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 192 54 200 0.04 0.73 0 0.22 296.71 0.57 0.5
Hex C0 36 C8 4 49 0 16 129 39 32
Octal 300 66 310 4 111 0 26 451 71 62
Binary 11000000 110110 11001000 100 1001001 0 10110 100101001 111001 110010

Color Harmonies of #C036C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036C8

Black with #C036C8

Text Example


Text Example

White with #C036C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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