Html Css Color HEX #C21FAD Deep Magenta

📋 copy color: '#C21FAD'

red 194 ◦ green 31 ◦ blue 173

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

Shades of Deep Magenta #C21FAD

Tints of Deep Magenta #C21FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.79%

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 48.74%
G = 7.79%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C21FAD (or 0xC21FAD) is known color: Deep Magenta. HEX triplet: C2, 1F and AD. RGB value is (194,31,173). Sum of RGB (Red+Green+Blue) = 194+31+173=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FAD is #3DE052. Grayscale: #5F5F5F. Windows color (decimal): -4055123 or 11345858. OLE color: 11345858.

HSL color Cylindrical-coordinate representation of color #C21FAD: hue angle of 307.73º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21FAD is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 173 -
CMYK 0 0.84 0.11 0.24
HSL 307.73º 0.72% 0.44% -
HSV(B) 307.73º 0.84% 0.76% -
XYZ 30.28 15.47 40.92 -
YUV 95.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 194 31 173 0 0.84 0.11 0.24 307.73 0.72 0.44
Hex C2 1F AD 0 54 B 18 134 48 2C
Octal 302 37 255 0 124 13 30 464 110 54
Binary 11000010 11111 10101101 0 1010100 1011 11000 100110100 1001000 101100

Color Harmonies of #C21FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FAD

Black with #C21FAD

Text Example


Text Example

White with #C21FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FAD; }

 p { color: rgb(194,31,173); }

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

background-color css

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

 a { background-color: rgb(194,31,173); }

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

border-color css

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

 span { border-color: rgb(194,31,173); }

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