Html Css Color HEX #C3148C Medium Violet Red

📋 copy color: '#C3148C'

red 195 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #C3148C

Tints of Medium Violet Red #C3148C

RGB

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

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

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

R = 54.93%
G = 5.63%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3148C (or 0xC3148C) is known color: Medium Violet Red. HEX triplet: C3, 14 and 8C. RGB value is (195,20,140). Sum of RGB (Red+Green+Blue) = 195+20+140=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3148C is #3CEB73. Grayscale: #555555. Windows color (decimal): -3992436 or 9180355. OLE color: 9180355.

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

Color convert

RGB 195 20 140 -
CMYK 0 0.90 0.28 0.24
HSL 318.86º 0.81% 0.42% -
HSV(B) 318.86º 0.9% 0.76% -
XYZ 27.49 14 26.06 -
YUV 86.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 195 20 140 0 0.90 0.28 0.24 318.86 0.81 0.42
Hex C3 14 8C 0 5A 1C 18 13F 51 2A
Octal 303 24 214 0 132 34 30 477 121 52
Binary 11000011 10100 10001100 0 1011010 11100 11000 100111111 1010001 101010

Color Harmonies of #C3148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3148C

Black with #C3148C

Text Example


Text Example

White with #C3148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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