Html Css Color HEX #C01DBA Deep Magenta

📋 copy color: '#C01DBA'

red 192 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #C01DBA

Tints of Deep Magenta #C01DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 47.17%
G = 7.13%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C01DBA (or 0xC01DBA) is known color: Deep Magenta. HEX triplet: C0, 1D and BA. RGB value is (192,29,186). Sum of RGB (Red+Green+Blue) = 192+29+186=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DBA is #3FE245. Grayscale: #5F5F5F. Windows color (decimal): -4186694 or 12197312. OLE color: 12197312.

HSL color Cylindrical-coordinate representation of color #C01DBA: hue angle of 302.21º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01DBA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 29 186 -
CMYK 0 0.85 0.03 0.25
HSL 302.21º 0.74% 0.43% -
HSV(B) 302.21º 0.85% 0.75% -
XYZ 31.04 15.63 47.84 -
YUV 95.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 192 29 186 0 0.85 0.03 0.25 302.21 0.74 0.43
Hex C0 1D BA 0 55 3 19 12E 4A 2B
Octal 300 35 272 0 125 3 31 456 112 53
Binary 11000000 11101 10111010 0 1010101 11 11001 100101110 1001010 101011

Color Harmonies of #C01DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DBA

Black with #C01DBA

Text Example


Text Example

White with #C01DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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