Html Css Color HEX #C316BE Deep Magenta

📋 copy color: '#C316BE'

red 195 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #C316BE

Tints of Deep Magenta #C316BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 47.91%
G = 5.41%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C316BE (or 0xC316BE) is known color: Deep Magenta. HEX triplet: C3, 16 and BE. RGB value is (195,22,190). Sum of RGB (Red+Green+Blue) = 195+22+190=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C316BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316BE is #3CE941. Grayscale: #5C5C5C. Windows color (decimal): -3991874 or 12457667. OLE color: 12457667.

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

Color convert

RGB 195 22 190 -
CMYK 0 0.89 0.03 0.24
HSL 301.73º 0.8% 0.43% -
HSV(B) 301.73º 0.89% 0.76% -
XYZ 32.09 15.89 50.09 -
YUV 92.88 182.81 200.84 -
System Red Green Blue C M Y K H S L
Decimal 195 22 190 0 0.89 0.03 0.24 301.73 0.8 0.43
Hex C3 16 BE 0 59 3 18 12E 50 2B
Octal 303 26 276 0 131 3 30 456 120 53
Binary 11000011 10110 10111110 0 1011001 11 11000 100101110 1010000 101011

Color Harmonies of #C316BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316BE

Black with #C316BE

Text Example


Text Example

White with #C316BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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