Html Css Color HEX #C21ACD Deep Magenta

📋 copy color: '#C21ACD'

red 194 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #C21ACD

Tints of Deep Magenta #C21ACD

RGB

 RED value IS 194 (76.17% from 255) = 45.65%

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

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

R = 45.65%
G = 6.12%
B = 48.24%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C21ACD (or 0xC21ACD) is known color: Deep Magenta. HEX triplet: C2, 1A and CD. RGB value is (194,26,205). Sum of RGB (Red+Green+Blue) = 194+26+205=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C21ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ACD is #3DE532. Grayscale: #606060. Windows color (decimal): -4056371 or 13441730. OLE color: 13441730.

HSL color Cylindrical-coordinate representation of color #C21ACD: hue angle of 296.31º 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 #C21ACD is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 26 205 -
CMYK 0.05 0.87 0 0.20
HSL 296.31º 0.77% 0.45% -
HSV(B) 296.31º 0.87% 0.8% -
XYZ 33.64 16.62 59.19 -
YUV 96.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 194 26 205 0.05 0.87 0 0.20 296.31 0.77 0.45
Hex C2 1A CD 5 57 0 14 128 4D 2D
Octal 302 32 315 5 127 0 24 450 115 55
Binary 11000010 11010 11001101 101 1010111 0 10100 100101000 1001101 101101

Color Harmonies of #C21ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21ACD

Black with #C21ACD

Text Example


Text Example

White with #C21ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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