Html Css Color HEX #C8229B Medium Violet Red

📋 copy color: '#C8229B'

red 200 ◦ green 34 ◦ blue 155

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

Shades of Medium Violet Red #C8229B

Tints of Medium Violet Red #C8229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 51.41%
G = 8.74%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8229B (or 0xC8229B) is known color: Medium Violet Red. HEX triplet: C8, 22 and 9B. RGB value is (200,34,155). Sum of RGB (Red+Green+Blue) = 200+34+155=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8229B is #37DD64. Grayscale: #616161. Windows color (decimal): -3661157 or 10166984. OLE color: 10166984.

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

Color convert

RGB 200 34 155 -
CMYK 0 0.83 0.22 0.22
HSL 316.27º 0.71% 0.46% -
HSV(B) 316.27º 0.83% 0.78% -
XYZ 30.31 15.79 32.46 -
YUV 97.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 200 34 155 0 0.83 0.22 0.22 316.27 0.71 0.46
Hex C8 22 9B 0 53 16 16 13C 47 2E
Octal 310 42 233 0 123 26 26 474 107 56
Binary 11001000 100010 10011011 0 1010011 10110 10110 100111100 1000111 101110

Color Harmonies of #C8229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8229B

Black with #C8229B

Text Example


Text Example

White with #C8229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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