Html Css Color HEX #C9228D Medium Violet Red

📋 copy color: '#C9228D'

red 201 ◦ green 34 ◦ blue 141

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

Shades of Medium Violet Red #C9228D

Tints of Medium Violet Red #C9228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 53.46%
G = 9.04%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9228D (or 0xC9228D) is known color: Medium Violet Red. HEX triplet: C9, 22 and 8D. RGB value is (201,34,141). Sum of RGB (Red+Green+Blue) = 201+34+141=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9228D is #36DD72. Grayscale: #5F5F5F. Windows color (decimal): -3595635 or 9249481. OLE color: 9249481.

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

Color convert

RGB 201 34 141 -
CMYK 0 0.83 0.30 0.21
HSL 321.56º 0.71% 0.46% -
HSV(B) 321.56º 0.83% 0.79% -
XYZ 29.47 15.48 26.64 -
YUV 96.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 201 34 141 0 0.83 0.30 0.21 321.56 0.71 0.46
Hex C9 22 8D 0 53 1E 15 142 47 2E
Octal 311 42 215 0 123 36 25 502 107 56
Binary 11001001 100010 10001101 0 1010011 11110 10101 101000010 1000111 101110

Color Harmonies of #C9228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9228D

Black with #C9228D

Text Example


Text Example

White with #C9228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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