Html Css Color HEX #C21FCE Deep Magenta

📋 copy color: '#C21FCE'

red 194 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #C21FCE

Tints of Deep Magenta #C21FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 45.01%
G = 7.19%
B = 47.8%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C21FCE (or 0xC21FCE) is known color: Deep Magenta. HEX triplet: C2, 1F and CE. RGB value is (194,31,206). Sum of RGB (Red+Green+Blue) = 194+31+206=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C21FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCE is #3DE031. Grayscale: #636363. Windows color (decimal): -4055090 or 13508546. OLE color: 13508546.

HSL color Cylindrical-coordinate representation of color #C21FCE: hue angle of 295.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21FCE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 31 206 -
CMYK 0.06 0.85 0 0.19
HSL 295.89º 0.74% 0.46% -
HSV(B) 295.89º 0.85% 0.81% -
XYZ 33.88 16.91 59.87 -
YUV 99.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 194 31 206 0.06 0.85 0 0.19 295.89 0.74 0.46
Hex C2 1F CE 6 55 0 13 128 4A 2E
Octal 302 37 316 6 125 0 23 450 112 56
Binary 11000010 11111 11001110 110 1010101 0 10011 100101000 1001010 101110

Color Harmonies of #C21FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FCE

Black with #C21FCE

Text Example


Text Example

White with #C21FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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