Html Css Color HEX #C8137A Medium Violet Red

📋 copy color: '#C8137A'

red 200 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #C8137A

Tints of Medium Violet Red #C8137A

RGB

 RED value IS 200 (78.52% from 255) = 58.65%

 GREEN value IS 19 (7.81% from 255) = 5.57%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 58.65%
G = 5.57%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8137A (or 0xC8137A) is known color: Medium Violet Red. HEX triplet: C8, 13 and 7A. RGB value is (200,19,122). Sum of RGB (Red+Green+Blue) = 200+19+122=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8137A is #37EC85. Grayscale: #545454. Windows color (decimal): -3665030 or 8000456. OLE color: 8000456.

HSL color Cylindrical-coordinate representation of color #C8137A: hue angle of 325.86º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8137A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 122 -
CMYK 0 0.90 0.39 0.22
HSL 325.86º 0.83% 0.43% -
HSV(B) 325.86º 0.91% 0.78% -
XYZ 27.57 14.15 19.69 -
YUV 84.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 200 19 122 0 0.90 0.39 0.22 325.86 0.83 0.43
Hex C8 13 7A 0 5A 27 16 146 53 2B
Octal 310 23 172 0 132 47 26 506 123 53
Binary 11001000 10011 1111010 0 1011010 100111 10110 101000110 1010011 101011

Color Harmonies of #C8137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8137A

Black with #C8137A

Text Example


Text Example

White with #C8137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8137A; }

 p { color: rgb(200,19,122); }

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

background-color css

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

 a { background-color: rgb(200,19,122); }

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

border-color css

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

 span { border-color: rgb(200,19,122); }

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