Html Css Color HEX #C00ADF Deep Magenta

📋 copy color: '#C00ADF'

red 192 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #C00ADF

Tints of Deep Magenta #C00ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 45.18%
G = 2.35%
B = 52.47%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C00ADF (or 0xC00ADF) is known color: Deep Magenta. HEX triplet: C0, 0A and DF. RGB value is (192,10,223). Sum of RGB (Red+Green+Blue) = 192+10+223=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #C00ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ADF is #3FF520. Grayscale: #585858. Windows color (decimal): -4191521 or 14617280. OLE color: 14617280.

HSL color Cylindrical-coordinate representation of color #C00ADF: hue angle of 291.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00ADF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 10 223 -
CMYK 0.14 0.96 0 0.13
HSL 291.27º 0.91% 0.46% -
HSV(B) 291.27º 0.96% 0.87% -
XYZ 35.17 16.75 71.19 -
YUV 88.7 203.8 201.68 -
System Red Green Blue C M Y K H S L
Decimal 192 10 223 0.14 0.96 0 0.13 291.27 0.91 0.46
Hex C0 A DF E 60 0 D 123 5B 2E
Octal 300 12 337 16 140 0 15 443 133 56
Binary 11000000 1010 11011111 1110 1100000 0 1101 100100011 1011011 101110

Color Harmonies of #C00ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00ADF

Black with #C00ADF

Text Example


Text Example

White with #C00ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00ADF; }

 p { color: rgb(192,10,223); }

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

background-color css

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

 a { background-color: rgb(192,10,223); }

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

border-color css

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

 span { border-color: rgb(192,10,223); }

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