Html Css Color HEX #C3156C Medium Violet Red

📋 copy color: '#C3156C'

red 195 ◦ green 21 ◦ blue 108

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

Shades of Medium Violet Red #C3156C

Tints of Medium Violet Red #C3156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 60.19%
G = 6.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3156C (or 0xC3156C) is known color: Medium Violet Red. HEX triplet: C3, 15 and 6C. RGB value is (195,21,108). Sum of RGB (Red+Green+Blue) = 195+21+108=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3156C is #3CEA93. Grayscale: #525252. Windows color (decimal): -3992212 or 7083459. OLE color: 7083459.

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

Color convert

RGB 195 21 108 -
CMYK 0 0.89 0.45 0.24
HSL 330º 0.81% 0.42% -
HSV(B) 330º 0.89% 0.76% -
XYZ 25.48 13.22 15.4 -
YUV 82.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 195 21 108 0 0.89 0.45 0.24 330 0.81 0.42
Hex C3 15 6C 0 59 2D 18 14A 51 2A
Octal 303 25 154 0 131 55 30 512 121 52
Binary 11000011 10101 1101100 0 1011001 101101 11000 101001010 1010001 101010

Color Harmonies of #C3156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3156C

Black with #C3156C

Text Example


Text Example

White with #C3156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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