Html Css Color HEX #C8229F Medium Violet Red

📋 copy color: '#C8229F'

red 200 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #C8229F

Tints of Medium Violet Red #C8229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.65%

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

R = 50.89%
G = 8.65%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8229F (or 0xC8229F) is known color: Medium Violet Red. HEX triplet: C8, 22 and 9F. RGB value is (200,34,159). Sum of RGB (Red+Green+Blue) = 200+34+159=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8229F is #37DD60. Grayscale: #616161. Windows color (decimal): -3661153 or 10429128. OLE color: 10429128.

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

Color convert

RGB 200 34 159 -
CMYK 0 0.83 0.20 0.22
HSL 314.82º 0.71% 0.46% -
HSV(B) 314.82º 0.83% 0.78% -
XYZ 30.65 15.93 34.26 -
YUV 97.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 200 34 159 0 0.83 0.20 0.22 314.82 0.71 0.46
Hex C8 22 9F 0 53 14 16 13B 47 2E
Octal 310 42 237 0 123 24 26 473 107 56
Binary 11001000 100010 10011111 0 1010011 10100 10110 100111011 1000111 101110

Color Harmonies of #C8229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8229F

Black with #C8229F

Text Example


Text Example

White with #C8229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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