Html Css Color HEX #C3158C Medium Violet Red

📋 copy color: '#C3158C'

red 195 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #C3158C

Tints of Medium Violet Red #C3158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 54.78%
G = 5.9%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3158C (or 0xC3158C) is known color: Medium Violet Red. HEX triplet: C3, 15 and 8C. RGB value is (195,21,140). Sum of RGB (Red+Green+Blue) = 195+21+140=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3158C is #3CEA73. Grayscale: #565656. Windows color (decimal): -3992180 or 9180611. OLE color: 9180611.

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

Color convert

RGB 195 21 140 -
CMYK 0 0.89 0.28 0.24
HSL 318.97º 0.81% 0.42% -
HSV(B) 318.97º 0.89% 0.76% -
XYZ 27.51 14.03 26.07 -
YUV 86.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 195 21 140 0 0.89 0.28 0.24 318.97 0.81 0.42
Hex C3 15 8C 0 59 1C 18 13F 51 2A
Octal 303 25 214 0 131 34 30 477 121 52
Binary 11000011 10101 10001100 0 1011001 11100 11000 100111111 1010001 101010

Color Harmonies of #C3158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3158C

Black with #C3158C

Text Example


Text Example

White with #C3158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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