Html Css Color HEX #C316DC Deep Magenta

📋 copy color: '#C316DC'

red 195 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #C316DC

Tints of Deep Magenta #C316DC

RGB

 RED value IS 195 (76.56% from 255) = 44.62%

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

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 44.62%
G = 5.03%
B = 50.34%

CMYK

 C value IS 0.11

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C316DC (or 0xC316DC) is known color: Deep Magenta. HEX triplet: C3, 16 and DC. RGB value is (195,22,220). Sum of RGB (Red+Green+Blue) = 195+22+220=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #C316DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316DC is #3CE923. Grayscale: #5F5F5F. Windows color (decimal): -3991844 or 14423747. OLE color: 14423747.

HSL color Cylindrical-coordinate representation of color #C316DC: hue angle of 292.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C316DC is Cyan = 0.11, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 22 220 -
CMYK 0.11 0.9 0 0.14
HSL 292.42º 0.82% 0.47% -
HSV(B) 292.42º 0.9% 0.86% -
XYZ 35.71 17.34 69.18 -
YUV 96.3 197.81 198.4 -
System Red Green Blue C M Y K H S L
Decimal 195 22 220 0.11 0.9 0 0.14 292.42 0.82 0.47
Hex C3 16 DC B 5A 0 E 124 52 2F
Octal 303 26 334 13 132 0 16 444 122 57
Binary 11000011 10110 11011100 1011 1011010 0 1110 100100100 1010010 101111

Color Harmonies of #C316DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316DC

Black with #C316DC

Text Example


Text Example

White with #C316DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316DC; }

 p { color: rgb(195,22,220); }

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

background-color css

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

 a { background-color: rgb(195,22,220); }

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

border-color css

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

 span { border-color: rgb(195,22,220); }

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