Html Css Color HEX #C21DCD Deep Magenta

📋 copy color: '#C21DCD'

red 194 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #C21DCD

Tints of Deep Magenta #C21DCD

RGB

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

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

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

R = 45.33%
G = 6.78%
B = 47.9%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C21DCD (or 0xC21DCD) is known color: Deep Magenta. HEX triplet: C2, 1D and CD. RGB value is (194,29,205). Sum of RGB (Red+Green+Blue) = 194+29+205=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #C21DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DCD is #3DE232. Grayscale: #616161. Windows color (decimal): -4055603 or 13442498. OLE color: 13442498.

HSL color Cylindrical-coordinate representation of color #C21DCD: hue angle of 296.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21DCD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 29 205 -
CMYK 0.05 0.86 0 0.20
HSL 296.25º 0.75% 0.46% -
HSV(B) 296.25º 0.86% 0.8% -
XYZ 33.71 16.76 59.22 -
YUV 98.4 188.16 196.19 -
System Red Green Blue C M Y K H S L
Decimal 194 29 205 0.05 0.86 0 0.20 296.25 0.75 0.46
Hex C2 1D CD 5 56 0 14 128 4B 2E
Octal 302 35 315 5 126 0 24 450 113 56
Binary 11000010 11101 11001101 101 1010110 0 10100 100101000 1001011 101110

Color Harmonies of #C21DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DCD

Black with #C21DCD

Text Example


Text Example

White with #C21DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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