Html Css Color HEX #C00DBE Deep Magenta

📋 copy color: '#C00DBE'

red 192 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #C00DBE

Tints of Deep Magenta #C00DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 48.61%
G = 3.29%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C00DBE (or 0xC00DBE) is known color: Deep Magenta. HEX triplet: C0, 0D and BE. RGB value is (192,13,190). Sum of RGB (Red+Green+Blue) = 192+13+190=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DBE is #3FF241. Grayscale: #565656. Windows color (decimal): -4190786 or 12455360. OLE color: 12455360.

HSL color Cylindrical-coordinate representation of color #C00DBE: hue angle of 300.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DBE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 190 -
CMYK 0 0.93 0.01 0.25
HSL 300.67º 0.87% 0.4% -
HSV(B) 300.67º 0.93% 0.75% -
XYZ 31.18 15.21 50.01 -
YUV 86.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 192 13 190 0 0.93 0.01 0.25 300.67 0.87 0.4
Hex C0 D BE 0 5D 1 19 12D 57 28
Octal 300 15 276 0 135 1 31 455 127 50
Binary 11000000 1101 10111110 0 1011101 1 11001 100101101 1010111 101000

Color Harmonies of #C00DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DBE

Black with #C00DBE

Text Example


Text Example

White with #C00DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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