Html Css Color HEX #C01DAF Deep Magenta

📋 copy color: '#C01DAF'

red 192 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #C01DAF

Tints of Deep Magenta #C01DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 48.48%
G = 7.32%
B = 44.19%

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

#C01DAF (or 0xC01DAF) is known color: Deep Magenta. HEX triplet: C0, 1D and AF. RGB value is (192,29,175). Sum of RGB (Red+Green+Blue) = 192+29+175=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DAF is #3FE250. Grayscale: #5D5D5D. Windows color (decimal): -4186705 or 11476416. OLE color: 11476416.

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

Color convert

RGB 192 29 175 -
CMYK 0 0.85 0.09 0.25
HSL 306.26º 0.74% 0.43% -
HSV(B) 306.26º 0.85% 0.75% -
XYZ 29.92 15.18 41.91 -
YUV 94.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 192 29 175 0 0.85 0.09 0.25 306.26 0.74 0.43
Hex C0 1D AF 0 55 9 19 132 4A 2B
Octal 300 35 257 0 125 11 31 462 112 53
Binary 11000000 11101 10101111 0 1010101 1001 11001 100110010 1001010 101011

Color Harmonies of #C01DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DAF

Black with #C01DAF

Text Example


Text Example

White with #C01DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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