Html Css Color HEX #C8029E Medium Violet Red

📋 copy color: '#C8029E'

red 200 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #C8029E

Tints of Medium Violet Red #C8029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 55.56%
G = 0.56%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8029E (or 0xC8029E) is known color: Medium Violet Red. HEX triplet: C8, 02 and 9E. RGB value is (200,2,158). Sum of RGB (Red+Green+Blue) = 200+2+158=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8029E is #37FD61. Grayscale: #4E4E4E. Windows color (decimal): -3669346 or 10355400. OLE color: 10355400.

HSL color Cylindrical-coordinate representation of color #C8029E: hue angle of 312.73º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8029E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 158 -
CMYK 0 0.99 0.21 0.22
HSL 312.73º 0.98% 0.4% -
HSV(B) 312.73º 0.99% 0.78% -
XYZ 30.01 14.79 33.62 -
YUV 78.99 172.6 214.32 -
System Red Green Blue C M Y K H S L
Decimal 200 2 158 0 0.99 0.21 0.22 312.73 0.98 0.4
Hex C8 2 9E 0 63 15 16 139 62 28
Octal 310 2 236 0 143 25 26 471 142 50
Binary 11001000 10 10011110 0 1100011 10101 10110 100111001 1100010 101000

Color Harmonies of #C8029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8029E

Black with #C8029E

Text Example


Text Example

White with #C8029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8029E; }

 p { color: rgb(200,2,158); }

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

background-color css

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

 a { background-color: rgb(200,2,158); }

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

border-color css

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

 span { border-color: rgb(200,2,158); }

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