Html Css Color HEX #C8129D Medium Violet Red

📋 copy color: '#C8129D'

red 200 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #C8129D

Tints of Medium Violet Red #C8129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 53.33%
G = 4.8%
B = 41.87%

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

#C8129D (or 0xC8129D) is known color: Medium Violet Red. HEX triplet: C8, 12 and 9D. RGB value is (200,18,157). Sum of RGB (Red+Green+Blue) = 200+18+157=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8129D is #37ED62. Grayscale: #575757. Windows color (decimal): -3665251 or 10293960. OLE color: 10293960.

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

Color convert

RGB 200 18 157 -
CMYK 0 0.91 0.22 0.22
HSL 314.18º 0.83% 0.43% -
HSV(B) 314.18º 0.91% 0.78% -
XYZ 30.12 15.15 33.23 -
YUV 88.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 200 18 157 0 0.91 0.22 0.22 314.18 0.83 0.43
Hex C8 12 9D 0 5B 16 16 13A 53 2B
Octal 310 22 235 0 133 26 26 472 123 53
Binary 11001000 10010 10011101 0 1011011 10110 10110 100111010 1010011 101011

Color Harmonies of #C8129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8129D

Black with #C8129D

Text Example


Text Example

White with #C8129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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