Html Css Color HEX #C9228F Medium Violet Red

📋 copy color: '#C9228F'

red 201 ◦ green 34 ◦ blue 143

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

Shades of Medium Violet Red #C9228F

Tints of Medium Violet Red #C9228F

RGB

 RED value IS 201 (78.91% from 255) = 53.17%

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 53.17%
G = 8.99%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9228F (or 0xC9228F) is known color: Medium Violet Red. HEX triplet: C9, 22 and 8F. RGB value is (201,34,143). Sum of RGB (Red+Green+Blue) = 201+34+143=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9228F is #36DD70. Grayscale: #606060. Windows color (decimal): -3595633 or 9380553. OLE color: 9380553.

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

Color convert

RGB 201 34 143 -
CMYK 0 0.83 0.29 0.21
HSL 320.84º 0.71% 0.46% -
HSV(B) 320.84º 0.83% 0.79% -
XYZ 29.62 15.54 27.43 -
YUV 96.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 201 34 143 0 0.83 0.29 0.21 320.84 0.71 0.46
Hex C9 22 8F 0 53 1D 15 141 47 2E
Octal 311 42 217 0 123 35 25 501 107 56
Binary 11001001 100010 10001111 0 1010011 11101 10101 101000001 1000111 101110

Color Harmonies of #C9228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9228F

Black with #C9228F

Text Example


Text Example

White with #C9228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9228F; }

 p { color: rgb(201,34,143); }

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

background-color css

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

 a { background-color: rgb(201,34,143); }

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

border-color css

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

 span { border-color: rgb(201,34,143); }

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