Html Css Color HEX #C8129C Medium Violet Red

📋 copy color: '#C8129C'

red 200 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #C8129C

Tints of Medium Violet Red #C8129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 53.48%
G = 4.81%
B = 41.71%

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

#C8129C (or 0xC8129C) is known color: Medium Violet Red. HEX triplet: C8, 12 and 9C. RGB value is (200,18,156). Sum of RGB (Red+Green+Blue) = 200+18+156=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8129C is #37ED63. Grayscale: #575757. Windows color (decimal): -3665252 or 10228424. OLE color: 10228424.

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

Color convert

RGB 200 18 156 -
CMYK 0 0.91 0.22 0.22
HSL 314.51º 0.83% 0.43% -
HSV(B) 314.51º 0.91% 0.78% -
XYZ 30.04 15.11 32.79 -
YUV 88.15 166.3 207.78 -
System Red Green Blue C M Y K H S L
Decimal 200 18 156 0 0.91 0.22 0.22 314.51 0.83 0.43
Hex C8 12 9C 0 5B 16 16 13B 53 2B
Octal 310 22 234 0 133 26 26 473 123 53
Binary 11001000 10010 10011100 0 1011011 10110 10110 100111011 1010011 101011

Color Harmonies of #C8129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8129C

Black with #C8129C

Text Example


Text Example

White with #C8129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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