Html Css Color HEX #C00AD7 Deep Magenta

📋 copy color: '#C00AD7'

red 192 ◦ green 10 ◦ blue 215

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

Shades of Deep Magenta #C00AD7

Tints of Deep Magenta #C00AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 46.04%
G = 2.4%
B = 51.56%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C00AD7 (or 0xC00AD7) is known color: Deep Magenta. HEX triplet: C0, 0A and D7. RGB value is (192,10,215). Sum of RGB (Red+Green+Blue) = 192+10+215=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #C00AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00AD7 is #3FF528. Grayscale: #575757. Windows color (decimal): -4191529 or 14092992. OLE color: 14092992.

HSL color Cylindrical-coordinate representation of color #C00AD7: hue angle of 293.27º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AD7 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 10 215 -
CMYK 0.11 0.95 0 0.16
HSL 293.27º 0.91% 0.44% -
HSV(B) 293.27º 0.95% 0.84% -
XYZ 34.11 16.33 65.64 -
YUV 87.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 192 10 215 0.11 0.95 0 0.16 293.27 0.91 0.44
Hex C0 A D7 B 5F 0 10 125 5B 2C
Octal 300 12 327 13 137 0 20 445 133 54
Binary 11000000 1010 11010111 1011 1011111 0 10000 100100101 1011011 101100

Color Harmonies of #C00AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AD7

Black with #C00AD7

Text Example


Text Example

White with #C00AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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