Html Css Color HEX #C00DCE Deep Magenta

📋 copy color: '#C00DCE'

red 192 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #C00DCE

Tints of Deep Magenta #C00DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.16%

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

R = 46.72%
G = 3.16%
B = 50.12%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C00DCE (or 0xC00DCE) is known color: Deep Magenta. HEX triplet: C0, 0D and CE. RGB value is (192,13,206). Sum of RGB (Red+Green+Blue) = 192+13+206=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #C00DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DCE is #3FF231. Grayscale: #575757. Windows color (decimal): -4190770 or 13503936. OLE color: 13503936.

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

Color convert

RGB 192 13 206 -
CMYK 0.07 0.94 0 0.19
HSL 295.65º 0.88% 0.43% -
HSV(B) 295.65º 0.94% 0.81% -
XYZ 33.02 15.95 59.73 -
YUV 88.52 194.3 201.81 -
System Red Green Blue C M Y K H S L
Decimal 192 13 206 0.07 0.94 0 0.19 295.65 0.88 0.43
Hex C0 D CE 7 5E 0 13 128 58 2B
Octal 300 15 316 7 136 0 23 450 130 53
Binary 11000000 1101 11001110 111 1011110 0 10011 100101000 1011000 101011

Color Harmonies of #C00DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DCE

Black with #C00DCE

Text Example


Text Example

White with #C00DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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