Html Css Color HEX #C8137B Medium Violet Red

📋 copy color: '#C8137B'

red 200 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #C8137B

Tints of Medium Violet Red #C8137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.96%

R = 58.48%
G = 5.56%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8137B (or 0xC8137B) is known color: Medium Violet Red. HEX triplet: C8, 13 and 7B. RGB value is (200,19,123). Sum of RGB (Red+Green+Blue) = 200+19+123=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8137B is #37EC84. Grayscale: #545454. Windows color (decimal): -3665029 or 8065992. OLE color: 8065992.

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

Color convert

RGB 200 19 123 -
CMYK 0 0.90 0.38 0.22
HSL 325.52º 0.83% 0.43% -
HSV(B) 325.52º 0.91% 0.78% -
XYZ 27.63 14.18 20.02 -
YUV 84.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 200 19 123 0 0.90 0.38 0.22 325.52 0.83 0.43
Hex C8 13 7B 0 5A 26 16 146 53 2B
Octal 310 23 173 0 132 46 26 506 123 53
Binary 11001000 10011 1111011 0 1011010 100110 10110 101000110 1010011 101011

Color Harmonies of #C8137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8137B

Black with #C8137B

Text Example


Text Example

White with #C8137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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