Html Css Color HEX #C5008A Medium Violet Red

📋 copy color: '#C5008A'

red 197 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #C5008A

Tints of Medium Violet Red #C5008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.81%
G = 0%
B = 41.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5008A (or 0xC5008A) is known color: Medium Violet Red. HEX triplet: C5, 00 and 8A. RGB value is (197,0,138). Sum of RGB (Red+Green+Blue) = 197+0+138=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C5008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5008A is #3AFF75. Grayscale: #4A4A4A. Windows color (decimal): -3866486 or 9044165. OLE color: 9044165.

HSL color Cylindrical-coordinate representation of color #C5008A: hue angle of 317.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5008A is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 138 -
CMYK 0 1 0.30 0.23
HSL 317.97º 1% 0.39% -
HSV(B) 317.97º 1% 0.77% -
XYZ 27.61 13.71 25.23 -
YUV 74.64 163.77 215.28 -
System Red Green Blue C M Y K H S L
Decimal 197 0 138 0 1 0.30 0.23 317.97 1 0.39
Hex C5 0 8A 0 64 1E 17 13E 64 27
Octal 305 0 212 0 144 36 27 476 144 47
Binary 11000101 0 10001010 0 1100100 11110 10111 100111110 1100100 100111

Color Harmonies of #C5008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5008A

Black with #C5008A

Text Example


Text Example

White with #C5008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5008A; }

 p { color: rgb(197,0,138); }

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

background-color css

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

 a { background-color: rgb(197,0,138); }

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

border-color css

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

 span { border-color: rgb(197,0,138); }

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