Html Css Color HEX #C01DCC Deep Magenta

📋 copy color: '#C01DCC'

red 192 ◦ green 29 ◦ blue 204

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

Shades of Deep Magenta #C01DCC

Tints of Deep Magenta #C01DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.82%

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

R = 45.18%
G = 6.82%
B = 48%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C01DCC (or 0xC01DCC) is known color: Deep Magenta. HEX triplet: C0, 1D and CC. RGB value is (192,29,204). Sum of RGB (Red+Green+Blue) = 192+29+204=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C01DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DCC is #3FE233. Grayscale: #616161. Windows color (decimal): -4186676 or 13376960. OLE color: 13376960.

HSL color Cylindrical-coordinate representation of color #C01DCC: hue angle of 295.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01DCC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 29 204 -
CMYK 0.06 0.86 0 0.2
HSL 295.89º 0.75% 0.46% -
HSV(B) 295.89º 0.86% 0.8% -
XYZ 33.08 16.44 58.56 -
YUV 97.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 192 29 204 0.06 0.86 0 0.2 295.89 0.75 0.46
Hex C0 1D CC 6 56 0 14 128 4B 2E
Octal 300 35 314 6 126 0 24 450 113 56
Binary 11000000 11101 11001100 110 1010110 0 10100 100101000 1001011 101110

Color Harmonies of #C01DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DCC

Black with #C01DCC

Text Example


Text Example

White with #C01DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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