Html Css Color HEX #C9228C Medium Violet Red

📋 copy color: '#C9228C'

red 201 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #C9228C

Tints of Medium Violet Red #C9228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 53.6%
G = 9.07%
B = 37.33%

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

#C9228C (or 0xC9228C) is known color: Medium Violet Red. HEX triplet: C9, 22 and 8C. RGB value is (201,34,140). Sum of RGB (Red+Green+Blue) = 201+34+140=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9228C is #36DD73. Grayscale: #5F5F5F. Windows color (decimal): -3595636 or 9183945. OLE color: 9183945.

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

Color convert

RGB 201 34 140 -
CMYK 0 0.83 0.30 0.21
HSL 321.92º 0.71% 0.46% -
HSV(B) 321.92º 0.83% 0.79% -
XYZ 29.39 15.46 26.24 -
YUV 96.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 201 34 140 0 0.83 0.30 0.21 321.92 0.71 0.46
Hex C9 22 8C 0 53 1E 15 142 47 2E
Octal 311 42 214 0 123 36 25 502 107 56
Binary 11001001 100010 10001100 0 1010011 11110 10101 101000010 1000111 101110

Color Harmonies of #C9228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9228C

Black with #C9228C

Text Example


Text Example

White with #C9228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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