Html Css Color HEX #C01CC8 Deep Magenta

📋 copy color: '#C01CC8'

red 192 ◦ green 28 ◦ blue 200

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

Shades of Deep Magenta #C01CC8

Tints of Deep Magenta #C01CC8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.67%

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

R = 45.71%
G = 6.67%
B = 47.62%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C01CC8 (or 0xC01CC8) is known color: Deep Magenta. HEX triplet: C0, 1C and C8. RGB value is (192,28,200). Sum of RGB (Red+Green+Blue) = 192+28+200=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #C01CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CC8 is #3FE337. Grayscale: #606060. Windows color (decimal): -4186936 or 13114560. OLE color: 13114560.

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

Color convert

RGB 192 28 200 -
CMYK 0.04 0.86 0 0.22
HSL 297.21º 0.75% 0.45% -
HSV(B) 297.21º 0.86% 0.78% -
XYZ 32.58 16.21 56.05 -
YUV 96.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 192 28 200 0.04 0.86 0 0.22 297.21 0.75 0.45
Hex C0 1C C8 4 56 0 16 129 4B 2D
Octal 300 34 310 4 126 0 26 451 113 55
Binary 11000000 11100 11001000 100 1010110 0 10110 100101001 1001011 101101

Color Harmonies of #C01CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CC8

Black with #C01CC8

Text Example


Text Example

White with #C01CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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