Html Css Color HEX #C01DB7 Deep Magenta

📋 copy color: '#C01DB7'

red 192 ◦ green 29 ◦ blue 183

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

Shades of Deep Magenta #C01DB7

Tints of Deep Magenta #C01DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.3%

R = 47.52%
G = 7.18%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C01DB7 (or 0xC01DB7) is known color: Deep Magenta. HEX triplet: C0, 1D and B7. RGB value is (192,29,183). Sum of RGB (Red+Green+Blue) = 192+29+183=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DB7 is #3FE248. Grayscale: #5E5E5E. Windows color (decimal): -4186697 or 12000704. OLE color: 12000704.

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

Color convert

RGB 192 29 183 -
CMYK 0 0.85 0.05 0.25
HSL 303.31º 0.74% 0.43% -
HSV(B) 303.31º 0.85% 0.75% -
XYZ 30.72 15.5 46.17 -
YUV 95.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 192 29 183 0 0.85 0.05 0.25 303.31 0.74 0.43
Hex C0 1D B7 0 55 5 19 12F 4A 2B
Octal 300 35 267 0 125 5 31 457 112 53
Binary 11000000 11101 10110111 0 1010101 101 11001 100101111 1001010 101011

Color Harmonies of #C01DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DB7

Black with #C01DB7

Text Example


Text Example

White with #C01DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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