Html Css Color HEX #C420C5 Deep Magenta

📋 copy color: '#C420C5'

red 196 ◦ green 32 ◦ blue 197

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

Shades of Deep Magenta #C420C5

Tints of Deep Magenta #C420C5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

 BLUE value IS 197 (77.34% from 255) = 46.35%

R = 46.12%
G = 7.53%
B = 46.35%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C420C5 (or 0xC420C5) is known color: Deep Magenta. HEX triplet: C4, 20 and C5. RGB value is (196,32,197). Sum of RGB (Red+Green+Blue) = 196+32+197=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #C420C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420C5 is #3BDF3A. Grayscale: #636363. Windows color (decimal): -3923771 or 12918980. OLE color: 12918980.

HSL color Cylindrical-coordinate representation of color #C420C5: hue angle of 299.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C420C5 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 197 -
CMYK 0.01 0.84 0 0.23
HSL 299.64º 0.72% 0.45% -
HSV(B) 299.64º 0.84% 0.77% -
XYZ 33.36 16.8 54.31 -
YUV 99.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 196 32 197 0.01 0.84 0 0.23 299.64 0.72 0.45
Hex C4 20 C5 1 54 0 17 12C 48 2D
Octal 304 40 305 1 124 0 27 454 110 55
Binary 11000100 100000 11000101 1 1010100 0 10111 100101100 1001000 101101

Color Harmonies of #C420C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420C5

Black with #C420C5

Text Example


Text Example

White with #C420C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420C5; }

 p { color: rgb(196,32,197); }

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

background-color css

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

 a { background-color: rgb(196,32,197); }

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

border-color css

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

 span { border-color: rgb(196,32,197); }

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