Html Css Color HEX #C316CC Deep Magenta

📋 copy color: '#C316CC'

red 195 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #C316CC

Tints of Deep Magenta #C316CC

RGB

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

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

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

R = 46.32%
G = 5.23%
B = 48.46%

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

#C316CC (or 0xC316CC) is known color: Deep Magenta. HEX triplet: C3, 16 and CC. RGB value is (195,22,204). Sum of RGB (Red+Green+Blue) = 195+22+204=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #C316CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316CC is #3CE933. Grayscale: #5D5D5D. Windows color (decimal): -3991860 or 13375171. OLE color: 13375171.

HSL color Cylindrical-coordinate representation of color #C316CC: hue angle of 297.03º 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 #C316CC is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 22 204 -
CMYK 0.04 0.89 0 0.2
HSL 297.03º 0.81% 0.44% -
HSV(B) 297.03º 0.89% 0.8% -
XYZ 33.69 16.54 58.54 -
YUV 94.48 189.81 199.7 -
System Red Green Blue C M Y K H S L
Decimal 195 22 204 0.04 0.89 0 0.2 297.03 0.81 0.44
Hex C3 16 CC 4 59 0 14 129 51 2C
Octal 303 26 314 4 131 0 24 451 121 54
Binary 11000011 10110 11001100 100 1011001 0 10100 100101001 1010001 101100

Color Harmonies of #C316CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316CC

Black with #C316CC

Text Example


Text Example

White with #C316CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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