Html Css Color HEX #C316BB Deep Magenta

📋 copy color: '#C316BB'

red 195 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #C316BB

Tints of Deep Magenta #C316BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 48.27%
G = 5.45%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C316BB (or 0xC316BB) is known color: Deep Magenta. HEX triplet: C3, 16 and BB. RGB value is (195,22,187). Sum of RGB (Red+Green+Blue) = 195+22+187=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C316BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316BB is #3CE944. Grayscale: #5C5C5C. Windows color (decimal): -3991877 or 12261059. OLE color: 12261059.

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

Color convert

RGB 195 22 187 -
CMYK 0 0.89 0.04 0.24
HSL 302.77º 0.8% 0.43% -
HSV(B) 302.77º 0.89% 0.76% -
XYZ 31.76 15.76 48.38 -
YUV 92.54 181.31 201.08 -
System Red Green Blue C M Y K H S L
Decimal 195 22 187 0 0.89 0.04 0.24 302.77 0.8 0.43
Hex C3 16 BB 0 59 4 18 12F 50 2B
Octal 303 26 273 0 131 4 30 457 120 53
Binary 11000011 10110 10111011 0 1011001 100 11000 100101111 1010000 101011

Color Harmonies of #C316BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316BB

Black with #C316BB

Text Example


Text Example

White with #C316BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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