Html Css Color HEX #C5099B Medium Violet Red

📋 copy color: '#C5099B'

red 197 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #C5099B

Tints of Medium Violet Red #C5099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 54.57%
G = 2.49%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5099B (or 0xC5099B) is known color: Medium Violet Red. HEX triplet: C5, 09 and 9B. RGB value is (197,9,155). Sum of RGB (Red+Green+Blue) = 197+9+155=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5099B is #3AF664. Grayscale: #515151. Windows color (decimal): -3864165 or 10160581. OLE color: 10160581.

HSL color Cylindrical-coordinate representation of color #C5099B: hue angle of 313.4º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5099B is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 155 -
CMYK 0 0.95 0.21 0.23
HSL 313.4º 0.91% 0.4% -
HSV(B) 313.4º 0.95% 0.77% -
XYZ 29.04 14.43 32.27 -
YUV 81.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 197 9 155 0 0.95 0.21 0.23 313.4 0.91 0.4
Hex C5 9 9B 0 5F 15 17 139 5B 28
Octal 305 11 233 0 137 25 27 471 133 50
Binary 11000101 1001 10011011 0 1011111 10101 10111 100111001 1011011 101000

Color Harmonies of #C5099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5099B

Black with #C5099B

Text Example


Text Example

White with #C5099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5099B; }

 p { color: rgb(197,9,155); }

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

background-color css

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

 a { background-color: rgb(197,9,155); }

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

border-color css

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

 span { border-color: rgb(197,9,155); }

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