Html Css Color HEX #C3156D Medium Violet Red

📋 copy color: '#C3156D'

red 195 ◦ green 21 ◦ blue 109

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

Shades of Medium Violet Red #C3156D

Tints of Medium Violet Red #C3156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.46%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 60%
G = 6.46%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3156D (or 0xC3156D) is known color: Medium Violet Red. HEX triplet: C3, 15 and 6D. RGB value is (195,21,109). Sum of RGB (Red+Green+Blue) = 195+21+109=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3156D is #3CEA92. Grayscale: #525252. Windows color (decimal): -3992211 or 7148995. OLE color: 7148995.

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

Color convert

RGB 195 21 109 -
CMYK 0 0.89 0.44 0.24
HSL 329.66º 0.81% 0.42% -
HSV(B) 329.66º 0.89% 0.76% -
XYZ 25.53 13.24 15.68 -
YUV 83.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 195 21 109 0 0.89 0.44 0.24 329.66 0.81 0.42
Hex C3 15 6D 0 59 2C 18 14A 51 2A
Octal 303 25 155 0 131 54 30 512 121 52
Binary 11000011 10101 1101101 0 1011001 101100 11000 101001010 1010001 101010

Color Harmonies of #C3156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3156D

Black with #C3156D

Text Example


Text Example

White with #C3156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3156D; }

 p { color: rgb(195,21,109); }

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

background-color css

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

 a { background-color: rgb(195,21,109); }

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

border-color css

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

 span { border-color: rgb(195,21,109); }

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