Html Css Color HEX #C8229A Medium Violet Red

📋 copy color: '#C8229A'

red 200 ◦ green 34 ◦ blue 154

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

Shades of Medium Violet Red #C8229A

Tints of Medium Violet Red #C8229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.69%

R = 51.55%
G = 8.76%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8229A (or 0xC8229A) is known color: Medium Violet Red. HEX triplet: C8, 22 and 9A. RGB value is (200,34,154). Sum of RGB (Red+Green+Blue) = 200+34+154=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8229A is #37DD65. Grayscale: #616161. Windows color (decimal): -3661158 or 10101448. OLE color: 10101448.

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

Color convert

RGB 200 34 154 -
CMYK 0 0.83 0.23 0.22
HSL 316.63º 0.71% 0.46% -
HSV(B) 316.63º 0.83% 0.78% -
XYZ 30.22 15.76 32.02 -
YUV 97.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 200 34 154 0 0.83 0.23 0.22 316.63 0.71 0.46
Hex C8 22 9A 0 53 17 16 13D 47 2E
Octal 310 42 232 0 123 27 26 475 107 56
Binary 11001000 100010 10011010 0 1010011 10111 10110 100111101 1000111 101110

Color Harmonies of #C8229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8229A

Black with #C8229A

Text Example


Text Example

White with #C8229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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