Html Css Color HEX #C9228E Medium Violet Red

📋 copy color: '#C9228E'

red 201 ◦ green 34 ◦ blue 142

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

Shades of Medium Violet Red #C9228E

Tints of Medium Violet Red #C9228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 53.32%
G = 9.02%
B = 37.67%

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

#C9228E (or 0xC9228E) is known color: Medium Violet Red. HEX triplet: C9, 22 and 8E. RGB value is (201,34,142). Sum of RGB (Red+Green+Blue) = 201+34+142=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9228E is #36DD71. Grayscale: #5F5F5F. Windows color (decimal): -3595634 or 9315017. OLE color: 9315017.

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

Color convert

RGB 201 34 142 -
CMYK 0 0.83 0.29 0.21
HSL 321.2º 0.71% 0.46% -
HSV(B) 321.2º 0.83% 0.79% -
XYZ 29.54 15.51 27.03 -
YUV 96.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 201 34 142 0 0.83 0.29 0.21 321.2 0.71 0.46
Hex C9 22 8E 0 53 1D 15 141 47 2E
Octal 311 42 216 0 123 35 25 501 107 56
Binary 11001001 100010 10001110 0 1010011 11101 10101 101000001 1000111 101110

Color Harmonies of #C9228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9228E

Black with #C9228E

Text Example


Text Example

White with #C9228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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