Html Css Color HEX #C3146E Medium Violet Red

📋 copy color: '#C3146E'

red 195 ◦ green 20 ◦ blue 110

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

Shades of Medium Violet Red #C3146E

Tints of Medium Violet Red #C3146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 60%
G = 6.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3146E (or 0xC3146E) is known color: Medium Violet Red. HEX triplet: C3, 14 and 6E. RGB value is (195,20,110). Sum of RGB (Red+Green+Blue) = 195+20+110=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3146E is #3CEB91. Grayscale: #525252. Windows color (decimal): -3992466 or 7214275. OLE color: 7214275.

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

Color convert

RGB 195 20 110 -
CMYK 0 0.90 0.44 0.24
HSL 329.14º 0.81% 0.42% -
HSV(B) 329.14º 0.9% 0.76% -
XYZ 25.57 13.23 15.96 -
YUV 82.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 195 20 110 0 0.90 0.44 0.24 329.14 0.81 0.42
Hex C3 14 6E 0 5A 2C 18 149 51 2A
Octal 303 24 156 0 132 54 30 511 121 52
Binary 11000011 10100 1101110 0 1011010 101100 11000 101001001 1010001 101010

Color Harmonies of #C3146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3146E

Black with #C3146E

Text Example


Text Example

White with #C3146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3146E; }

 p { color: rgb(195,20,110); }

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

background-color css

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

 a { background-color: rgb(195,20,110); }

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

border-color css

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

 span { border-color: rgb(195,20,110); }

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