Html Css Color HEX #C421CD Deep Magenta

📋 copy color: '#C421CD'

red 196 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #C421CD

Tints of Deep Magenta #C421CD

RGB

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

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

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

R = 45.16%
G = 7.6%
B = 47.24%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C421CD (or 0xC421CD) is known color: Deep Magenta. HEX triplet: C4, 21 and CD. RGB value is (196,33,205). Sum of RGB (Red+Green+Blue) = 196+33+205=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #C421CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421CD is #3BDE32. Grayscale: #646464. Windows color (decimal): -3923507 or 13443524. OLE color: 13443524.

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

Color convert

RGB 196 33 205 -
CMYK 0.04 0.84 0 0.20
HSL 296.86º 0.72% 0.47% -
HSV(B) 296.86º 0.84% 0.8% -
XYZ 34.33 17.23 59.27 -
YUV 101.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 196 33 205 0.04 0.84 0 0.20 296.86 0.72 0.47
Hex C4 21 CD 4 54 0 14 129 48 2F
Octal 304 41 315 4 124 0 24 451 110 57
Binary 11000100 100001 11001101 100 1010100 0 10100 100101001 1001000 101111

Color Harmonies of #C421CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421CD

Black with #C421CD

Text Example


Text Example

White with #C421CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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