Html Css Color HEX #C5148C Medium Violet Red

📋 copy color: '#C5148C'

red 197 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #C5148C

Tints of Medium Violet Red #C5148C

RGB

 RED value IS 197 (77.34% from 255) = 55.18%

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

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

R = 55.18%
G = 5.6%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5148C (or 0xC5148C) is known color: Medium Violet Red. HEX triplet: C5, 14 and 8C. RGB value is (197,20,140). Sum of RGB (Red+Green+Blue) = 197+20+140=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5148C is #3AEB73. Grayscale: #565656. Windows color (decimal): -3861364 or 9180357. OLE color: 9180357.

HSL color Cylindrical-coordinate representation of color #C5148C: hue angle of 319.32º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5148C is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 140 -
CMYK 0 0.90 0.29 0.23
HSL 319.32º 0.82% 0.43% -
HSV(B) 319.32º 0.9% 0.77% -
XYZ 28.01 14.26 26.09 -
YUV 86.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 197 20 140 0 0.90 0.29 0.23 319.32 0.82 0.43
Hex C5 14 8C 0 5A 1D 17 13F 52 2B
Octal 305 24 214 0 132 35 27 477 122 53
Binary 11000101 10100 10001100 0 1011010 11101 10111 100111111 1010010 101011

Color Harmonies of #C5148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5148C

Black with #C5148C

Text Example


Text Example

White with #C5148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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