Html Css Color HEX #C3148A Medium Violet Red

📋 copy color: '#C3148A'

red 195 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #C3148A

Tints of Medium Violet Red #C3148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 55.24%
G = 5.67%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3148A (or 0xC3148A) is known color: Medium Violet Red. HEX triplet: C3, 14 and 8A. RGB value is (195,20,138). Sum of RGB (Red+Green+Blue) = 195+20+138=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3148A is #3CEB75. Grayscale: #555555. Windows color (decimal): -3992438 or 9049283. OLE color: 9049283.

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

Color convert

RGB 195 20 138 -
CMYK 0 0.90 0.29 0.24
HSL 319.54º 0.81% 0.42% -
HSV(B) 319.54º 0.9% 0.76% -
XYZ 27.34 13.94 25.29 -
YUV 85.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 195 20 138 0 0.90 0.29 0.24 319.54 0.81 0.42
Hex C3 14 8A 0 5A 1D 18 140 51 2A
Octal 303 24 212 0 132 35 30 500 121 52
Binary 11000011 10100 10001010 0 1011010 11101 11000 101000000 1010001 101010

Color Harmonies of #C3148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3148A

Black with #C3148A

Text Example


Text Example

White with #C3148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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