Html Css Color HEX #C8029F Medium Violet Red

📋 copy color: '#C8029F'

red 200 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #C8029F

Tints of Medium Violet Red #C8029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 55.4%
G = 0.55%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8029F (or 0xC8029F) is known color: Medium Violet Red. HEX triplet: C8, 02 and 9F. RGB value is (200,2,159). Sum of RGB (Red+Green+Blue) = 200+2+159=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8029F is #37FD60. Grayscale: #4E4E4E. Windows color (decimal): -3669345 or 10420936. OLE color: 10420936.

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

Color convert

RGB 200 2 159 -
CMYK 0 0.99 0.20 0.22
HSL 312.42º 0.98% 0.4% -
HSV(B) 312.42º 0.99% 0.78% -
XYZ 30.1 14.83 34.08 -
YUV 79.1 173.1 214.23 -
System Red Green Blue C M Y K H S L
Decimal 200 2 159 0 0.99 0.20 0.22 312.42 0.98 0.4
Hex C8 2 9F 0 63 14 16 138 62 28
Octal 310 2 237 0 143 24 26 470 142 50
Binary 11001000 10 10011111 0 1100011 10100 10110 100111000 1100010 101000

Color Harmonies of #C8029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8029F

Black with #C8029F

Text Example


Text Example

White with #C8029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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