Html Css Color HEX #C8129B Medium Violet Red

📋 copy color: '#C8129B'

red 200 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #C8129B

Tints of Medium Violet Red #C8129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

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

R = 53.62%
G = 4.83%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8129B (or 0xC8129B) is known color: Medium Violet Red. HEX triplet: C8, 12 and 9B. RGB value is (200,18,155). Sum of RGB (Red+Green+Blue) = 200+18+155=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8129B is #37ED64. Grayscale: #575757. Windows color (decimal): -3665253 or 10162888. OLE color: 10162888.

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

Color convert

RGB 200 18 155 -
CMYK 0 0.91 0.22 0.22
HSL 314.84º 0.83% 0.43% -
HSV(B) 314.84º 0.91% 0.78% -
XYZ 29.95 15.08 32.34 -
YUV 88.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 200 18 155 0 0.91 0.22 0.22 314.84 0.83 0.43
Hex C8 12 9B 0 5B 16 16 13B 53 2B
Octal 310 22 233 0 133 26 26 473 123 53
Binary 11001000 10010 10011011 0 1011011 10110 10110 100111011 1010011 101011

Color Harmonies of #C8129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8129B

Black with #C8129B

Text Example


Text Example

White with #C8129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8129B; }

 p { color: rgb(200,18,155); }

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

background-color css

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

 a { background-color: rgb(200,18,155); }

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

border-color css

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

 span { border-color: rgb(200,18,155); }

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