Html Css Color HEX #C00DBF Deep Magenta

📋 copy color: '#C00DBF'

red 192 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #C00DBF

Tints of Deep Magenta #C00DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 48.48%
G = 3.28%
B = 48.23%

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

#C00DBF (or 0xC00DBF) is known color: Deep Magenta. HEX triplet: C0, 0D and BF. RGB value is (192,13,191). Sum of RGB (Red+Green+Blue) = 192+13+191=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DBF is #3FF240. Grayscale: #565656. Windows color (decimal): -4190785 or 12520896. OLE color: 12520896.

HSL color Cylindrical-coordinate representation of color #C00DBF: hue angle of 300.34º 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 #C00DBF is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 191 -
CMYK 0 0.93 0.01 0.25
HSL 300.34º 0.87% 0.4% -
HSV(B) 300.34º 0.93% 0.75% -
XYZ 31.29 15.26 50.59 -
YUV 86.81 186.8 203.03 -
System Red Green Blue C M Y K H S L
Decimal 192 13 191 0 0.93 0.01 0.25 300.34 0.87 0.4
Hex C0 D BF 0 5D 1 19 12C 57 28
Octal 300 15 277 0 135 1 31 454 127 50
Binary 11000000 1101 10111111 0 1011101 1 11001 100101100 1010111 101000

Color Harmonies of #C00DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DBF

Black with #C00DBF

Text Example


Text Example

White with #C00DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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