Html Css Color HEX #C3158B Medium Violet Red

📋 copy color: '#C3158B'

red 195 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #C3158B

Tints of Medium Violet Red #C3158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 54.93%
G = 5.92%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3158B (or 0xC3158B) is known color: Medium Violet Red. HEX triplet: C3, 15 and 8B. RGB value is (195,21,139). Sum of RGB (Red+Green+Blue) = 195+21+139=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3158B is #3CEA74. Grayscale: #565656. Windows color (decimal): -3992181 or 9115075. OLE color: 9115075.

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

Color convert

RGB 195 21 139 -
CMYK 0 0.89 0.29 0.24
HSL 319.31º 0.81% 0.42% -
HSV(B) 319.31º 0.89% 0.76% -
XYZ 27.43 14 25.68 -
YUV 86.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 195 21 139 0 0.89 0.29 0.24 319.31 0.81 0.42
Hex C3 15 8B 0 59 1D 18 13F 51 2A
Octal 303 25 213 0 131 35 30 477 121 52
Binary 11000011 10101 10001011 0 1011001 11101 11000 100111111 1010001 101010

Color Harmonies of #C3158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3158B

Black with #C3158B

Text Example


Text Example

White with #C3158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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