Html Css Color HEX #C421CC Deep Magenta

📋 copy color: '#C421CC'

red 196 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #C421CC

Tints of Deep Magenta #C421CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 45.27%
G = 7.62%
B = 47.11%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C421CC (or 0xC421CC) is known color: Deep Magenta. HEX triplet: C4, 21 and CC. RGB value is (196,33,204). Sum of RGB (Red+Green+Blue) = 196+33+204=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C421CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421CC is #3BDE33. Grayscale: #646464. Windows color (decimal): -3923508 or 13377988. OLE color: 13377988.

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

Color convert

RGB 196 33 204 -
CMYK 0.04 0.84 0 0.2
HSL 297.19º 0.72% 0.46% -
HSV(B) 297.19º 0.84% 0.8% -
XYZ 34.21 17.18 58.64 -
YUV 101.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 196 33 204 0.04 0.84 0 0.2 297.19 0.72 0.46
Hex C4 21 CC 4 54 0 14 129 48 2E
Octal 304 41 314 4 124 0 24 451 110 56
Binary 11000100 100001 11001100 100 1010100 0 10100 100101001 1001000 101110

Color Harmonies of #C421CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421CC

Black with #C421CC

Text Example


Text Example

White with #C421CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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