Html Css Color HEX #C21DCA Deep Magenta

📋 copy color: '#C21DCA'

red 194 ◦ green 29 ◦ blue 202

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

Shades of Deep Magenta #C21DCA

Tints of Deep Magenta #C21DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 45.65%
G = 6.82%
B = 47.53%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C21DCA (or 0xC21DCA) is known color: Deep Magenta. HEX triplet: C2, 1D and CA. RGB value is (194,29,202). Sum of RGB (Red+Green+Blue) = 194+29+202=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #C21DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DCA is #3DE235. Grayscale: #616161. Windows color (decimal): -4055606 or 13245890. OLE color: 13245890.

HSL color Cylindrical-coordinate representation of color #C21DCA: hue angle of 297.23º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21DCA is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 29 202 -
CMYK 0.04 0.86 0 0.21
HSL 297.23º 0.75% 0.45% -
HSV(B) 297.23º 0.86% 0.79% -
XYZ 33.35 16.61 57.33 -
YUV 98.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 194 29 202 0.04 0.86 0 0.21 297.23 0.75 0.45
Hex C2 1D CA 4 56 0 15 129 4B 2D
Octal 302 35 312 4 126 0 25 451 113 55
Binary 11000010 11101 11001010 100 1010110 0 10101 100101001 1001011 101101

Color Harmonies of #C21DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DCA

Black with #C21DCA

Text Example


Text Example

White with #C21DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DCA; }

 p { color: rgb(194,29,202); }

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

background-color css

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

 a { background-color: rgb(194,29,202); }

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

border-color css

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

 span { border-color: rgb(194,29,202); }

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