Html Css Color HEX #C01DAD Deep Magenta

📋 copy color: '#C01DAD'

red 192 ◦ green 29 ◦ blue 173

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

Shades of Deep Magenta #C01DAD

Tints of Deep Magenta #C01DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 48.73%
G = 7.36%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C01DAD (or 0xC01DAD) is known color: Deep Magenta. HEX triplet: C0, 1D and AD. RGB value is (192,29,173). Sum of RGB (Red+Green+Blue) = 192+29+173=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DAD is #3FE252. Grayscale: #5D5D5D. Windows color (decimal): -4186707 or 11345344. OLE color: 11345344.

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

Color convert

RGB 192 29 173 -
CMYK 0 0.85 0.10 0.25
HSL 306.99º 0.74% 0.43% -
HSV(B) 306.99º 0.85% 0.75% -
XYZ 29.72 15.1 40.88 -
YUV 94.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 192 29 173 0 0.85 0.10 0.25 306.99 0.74 0.43
Hex C0 1D AD 0 55 A 19 133 4A 2B
Octal 300 35 255 0 125 12 31 463 112 53
Binary 11000000 11101 10101101 0 1010101 1010 11001 100110011 1001010 101011

Color Harmonies of #C01DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DAD

Black with #C01DAD

Text Example


Text Example

White with #C01DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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