Html Css Color HEX #C21CDD Deep Magenta

📋 copy color: '#C21CDD'

red 194 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #C21CDD

Tints of Deep Magenta #C21CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.32%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 43.79%
G = 6.32%
B = 49.89%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C21CDD (or 0xC21CDD) is known color: Deep Magenta. HEX triplet: C2, 1C and DD. RGB value is (194,28,221). Sum of RGB (Red+Green+Blue) = 194+28+221=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #C21CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CDD is #3DE322. Grayscale: #636363. Windows color (decimal): -4055843 or 14490818. OLE color: 14490818.

HSL color Cylindrical-coordinate representation of color #C21CDD: hue angle of 291.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21CDD is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 28 221 -
CMYK 0.12 0.87 0 0.13
HSL 291.61º 0.78% 0.49% -
HSV(B) 291.61º 0.87% 0.87% -
XYZ 35.71 17.52 69.91 -
YUV 99.64 196.5 195.31 -
System Red Green Blue C M Y K H S L
Decimal 194 28 221 0.12 0.87 0 0.13 291.61 0.78 0.49
Hex C2 1C DD C 57 0 D 124 4E 31
Octal 302 34 335 14 127 0 15 444 116 61
Binary 11000010 11100 11011101 1100 1010111 0 1101 100100100 1001110 110001

Color Harmonies of #C21CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CDD

Black with #C21CDD

Text Example


Text Example

White with #C21CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CDD; }

 p { color: rgb(194,28,221); }

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

background-color css

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

 a { background-color: rgb(194,28,221); }

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

border-color css

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

 span { border-color: rgb(194,28,221); }

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