Html Css Color HEX #C421CA Deep Magenta

📋 copy color: '#C421CA'

red 196 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #C421CA

Tints of Deep Magenta #C421CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 45.48%
G = 7.66%
B = 46.87%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C421CA (or 0xC421CA) is known color: Deep Magenta. HEX triplet: C4, 21 and CA. RGB value is (196,33,202). Sum of RGB (Red+Green+Blue) = 196+33+202=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #C421CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421CA is #3BDE35. Grayscale: #646464. Windows color (decimal): -3923510 or 13246916. OLE color: 13246916.

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

Color convert

RGB 196 33 202 -
CMYK 0.03 0.84 0 0.21
HSL 297.87º 0.72% 0.46% -
HSV(B) 297.87º 0.84% 0.79% -
XYZ 33.97 17.09 57.38 -
YUV 101 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 196 33 202 0.03 0.84 0 0.21 297.87 0.72 0.46
Hex C4 21 CA 3 54 0 15 12A 48 2E
Octal 304 41 312 3 124 0 25 452 110 56
Binary 11000100 100001 11001010 11 1010100 0 10101 100101010 1001000 101110

Color Harmonies of #C421CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421CA

Black with #C421CA

Text Example


Text Example

White with #C421CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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