Html Css Color HEX #C8158A Medium Violet Red

📋 copy color: '#C8158A'

red 200 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #C8158A

Tints of Medium Violet Red #C8158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

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

R = 55.71%
G = 5.85%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8158A (or 0xC8158A) is known color: Medium Violet Red. HEX triplet: C8, 15 and 8A. RGB value is (200,21,138). Sum of RGB (Red+Green+Blue) = 200+21+138=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8158A is #37EA75. Grayscale: #575757. Windows color (decimal): -3664502 or 9049544. OLE color: 9049544.

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

Color convert

RGB 200 21 138 -
CMYK 0 0.90 0.31 0.22
HSL 320.78º 0.81% 0.43% -
HSV(B) 320.78º 0.9% 0.78% -
XYZ 28.68 14.65 25.36 -
YUV 87.86 156.3 207.99 -
System Red Green Blue C M Y K H S L
Decimal 200 21 138 0 0.90 0.31 0.22 320.78 0.81 0.43
Hex C8 15 8A 0 5A 1F 16 141 51 2B
Octal 310 25 212 0 132 37 26 501 121 53
Binary 11001000 10101 10001010 0 1011010 11111 10110 101000001 1010001 101011

Color Harmonies of #C8158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8158A

Black with #C8158A

Text Example


Text Example

White with #C8158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8158A; }

 p { color: rgb(200,21,138); }

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

background-color css

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

 a { background-color: rgb(200,21,138); }

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

border-color css

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

 span { border-color: rgb(200,21,138); }

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