Html Css Color HEX #C316B0 Deep Magenta

📋 copy color: '#C316B0'

red 195 ◦ green 22 ◦ blue 176

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

Shades of Deep Magenta #C316B0

Tints of Deep Magenta #C316B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.78%

R = 49.62%
G = 5.6%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C316B0 (or 0xC316B0) is known color: Deep Magenta. HEX triplet: C3, 16 and B0. RGB value is (195,22,176). Sum of RGB (Red+Green+Blue) = 195+22+176=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C316B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C316B0 is #3CE94F. Grayscale: #5A5A5A. Windows color (decimal): -3991888 or 11540163. OLE color: 11540163.

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

Color convert

RGB 195 22 176 -
CMYK 0 0.89 0.10 0.24
HSL 306.59º 0.8% 0.43% -
HSV(B) 306.59º 0.89% 0.76% -
XYZ 30.63 15.31 42.42 -
YUV 91.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 195 22 176 0 0.89 0.10 0.24 306.59 0.8 0.43
Hex C3 16 B0 0 59 A 18 133 50 2B
Octal 303 26 260 0 131 12 30 463 120 53
Binary 11000011 10110 10110000 0 1011001 1010 11000 100110011 1010000 101011

Color Harmonies of #C316B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316B0

Black with #C316B0

Text Example


Text Example

White with #C316B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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