Html Css Color HEX #C01ACD Deep Magenta

📋 copy color: '#C01ACD'

red 192 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #C01ACD

Tints of Deep Magenta #C01ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.15%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 45.39%
G = 6.15%
B = 48.46%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C01ACD (or 0xC01ACD) is known color: Deep Magenta. HEX triplet: C0, 1A and CD. RGB value is (192,26,205). Sum of RGB (Red+Green+Blue) = 192+26+205=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #C01ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ACD is #3FE532. Grayscale: #5F5F5F. Windows color (decimal): -4187443 or 13441728. OLE color: 13441728.

HSL color Cylindrical-coordinate representation of color #C01ACD: hue angle of 295.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01ACD is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 26 205 -
CMYK 0.06 0.87 0 0.20
HSL 295.64º 0.77% 0.45% -
HSV(B) 295.64º 0.87% 0.8% -
XYZ 33.13 16.35 59.17 -
YUV 96.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 192 26 205 0.06 0.87 0 0.20 295.64 0.77 0.45
Hex C0 1A CD 6 57 0 14 128 4D 2D
Octal 300 32 315 6 127 0 24 450 115 55
Binary 11000000 11010 11001101 110 1010111 0 10100 100101000 1001101 101101

Color Harmonies of #C01ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01ACD

Black with #C01ACD

Text Example


Text Example

White with #C01ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01ACD; }

 p { color: rgb(192,26,205); }

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

background-color css

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

 a { background-color: rgb(192,26,205); }

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

border-color css

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

 span { border-color: rgb(192,26,205); }

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