Html Css Color HEX #C420CF Deep Magenta

📋 copy color: '#C420CF'

red 196 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #C420CF

Tints of Deep Magenta #C420CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 45.06%
G = 7.36%
B = 47.59%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C420CF (or 0xC420CF) is known color: Deep Magenta. HEX triplet: C4, 20 and CF. RGB value is (196,32,207). Sum of RGB (Red+Green+Blue) = 196+32+207=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C420CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420CF is #3BDF30. Grayscale: #646464. Windows color (decimal): -3923761 or 13574340. OLE color: 13574340.

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

Color convert

RGB 196 32 207 -
CMYK 0.05 0.85 0 0.19
HSL 296.23º 0.73% 0.47% -
HSV(B) 296.23º 0.85% 0.81% -
XYZ 34.54 17.27 60.54 -
YUV 100.99 187.83 195.77 -
System Red Green Blue C M Y K H S L
Decimal 196 32 207 0.05 0.85 0 0.19 296.23 0.73 0.47
Hex C4 20 CF 5 55 0 13 128 49 2F
Octal 304 40 317 5 125 0 23 450 111 57
Binary 11000100 100000 11001111 101 1010101 0 10011 100101000 1001001 101111

Color Harmonies of #C420CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420CF

Black with #C420CF

Text Example


Text Example

White with #C420CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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