Html Css Color HEX #C416CC Deep Magenta

📋 copy color: '#C416CC'

red 196 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #C416CC

Tints of Deep Magenta #C416CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.21%

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

R = 46.45%
G = 5.21%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C416CC (or 0xC416CC) is known color: Deep Magenta. HEX triplet: C4, 16 and CC. RGB value is (196,22,204). Sum of RGB (Red+Green+Blue) = 196+22+204=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C416CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416CC is #3BE933. Grayscale: #5E5E5E. Windows color (decimal): -3926324 or 13375172. OLE color: 13375172.

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

Color convert

RGB 196 22 204 -
CMYK 0.04 0.89 0 0.2
HSL 297.36º 0.81% 0.44% -
HSV(B) 297.36º 0.89% 0.8% -
XYZ 33.95 16.67 58.55 -
YUV 94.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 196 22 204 0.04 0.89 0 0.2 297.36 0.81 0.44
Hex C4 16 CC 4 59 0 14 129 51 2C
Octal 304 26 314 4 131 0 24 451 121 54
Binary 11000100 10110 11001100 100 1011001 0 10100 100101001 1010001 101100

Color Harmonies of #C416CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416CC

Black with #C416CC

Text Example


Text Example

White with #C416CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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