Html Css Color HEX #C01DAE Deep Magenta

📋 copy color: '#C01DAE'

red 192 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #C01DAE

Tints of Deep Magenta #C01DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 48.61%
G = 7.34%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C01DAE (or 0xC01DAE) is known color: Deep Magenta. HEX triplet: C0, 1D and AE. RGB value is (192,29,174). Sum of RGB (Red+Green+Blue) = 192+29+174=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DAE is #3FE251. Grayscale: #5D5D5D. Windows color (decimal): -4186706 or 11410880. OLE color: 11410880.

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

Color convert

RGB 192 29 174 -
CMYK 0 0.85 0.09 0.25
HSL 306.63º 0.74% 0.43% -
HSV(B) 306.63º 0.85% 0.75% -
XYZ 29.82 15.14 41.4 -
YUV 94.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 192 29 174 0 0.85 0.09 0.25 306.63 0.74 0.43
Hex C0 1D AE 0 55 9 19 133 4A 2B
Octal 300 35 256 0 125 11 31 463 112 53
Binary 11000000 11101 10101110 0 1010101 1001 11001 100110011 1001010 101011

Color Harmonies of #C01DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DAE

Black with #C01DAE

Text Example


Text Example

White with #C01DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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