Html Css Color HEX #C421CE Deep Magenta

📋 copy color: '#C421CE'

red 196 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #C421CE

Tints of Deep Magenta #C421CE

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 33 (13.28% from 255) = 7.59%

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

R = 45.06%
G = 7.59%
B = 47.36%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C421CE (or 0xC421CE) is known color: Deep Magenta. HEX triplet: C4, 21 and CE. RGB value is (196,33,206). Sum of RGB (Red+Green+Blue) = 196+33+206=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #C421CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421CE is #3BDE31. Grayscale: #646464. Windows color (decimal): -3923506 or 13509060. OLE color: 13509060.

HSL color Cylindrical-coordinate representation of color #C421CE: hue angle of 296.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C421CE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 33 206 -
CMYK 0.05 0.84 0 0.19
HSL 296.53º 0.72% 0.47% -
HSV(B) 296.53º 0.84% 0.81% -
XYZ 34.45 17.28 59.91 -
YUV 101.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 196 33 206 0.05 0.84 0 0.19 296.53 0.72 0.47
Hex C4 21 CE 5 54 0 13 129 48 2F
Octal 304 41 316 5 124 0 23 451 110 57
Binary 11000100 100001 11001110 101 1010100 0 10011 100101001 1001000 101111

Color Harmonies of #C421CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421CE

Black with #C421CE

Text Example


Text Example

White with #C421CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421CE; }

 p { color: rgb(196,33,206); }

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

background-color css

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

 a { background-color: rgb(196,33,206); }

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

border-color css

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

 span { border-color: rgb(196,33,206); }

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