Html Css Color HEX #C01DCE Deep Magenta

📋 copy color: '#C01DCE'

red 192 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #C01DCE

Tints of Deep Magenta #C01DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 44.96%
G = 6.79%
B = 48.24%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C01DCE (or 0xC01DCE) is known color: Deep Magenta. HEX triplet: C0, 1D and CE. RGB value is (192,29,206). Sum of RGB (Red+Green+Blue) = 192+29+206=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C01DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DCE is #3FE231. Grayscale: #616161. Windows color (decimal): -4186674 or 13508032. OLE color: 13508032.

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

Color convert

RGB 192 29 206 -
CMYK 0.07 0.86 0 0.19
HSL 295.25º 0.75% 0.46% -
HSV(B) 295.25º 0.86% 0.81% -
XYZ 33.32 16.54 59.83 -
YUV 97.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 192 29 206 0.07 0.86 0 0.19 295.25 0.75 0.46
Hex C0 1D CE 7 56 0 13 127 4B 2E
Octal 300 35 316 7 126 0 23 447 113 56
Binary 11000000 11101 11001110 111 1010110 0 10011 100100111 1001011 101110

Color Harmonies of #C01DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DCE

Black with #C01DCE

Text Example


Text Example

White with #C01DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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