Html Css Color HEX #C9227A Medium Violet Red

📋 copy color: '#C9227A'

red 201 ◦ green 34 ◦ blue 122

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

Shades of Medium Violet Red #C9227A

Tints of Medium Violet Red #C9227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 56.3%
G = 9.52%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9227A (or 0xC9227A) is known color: Medium Violet Red. HEX triplet: C9, 22 and 7A. RGB value is (201,34,122). Sum of RGB (Red+Green+Blue) = 201+34+122=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9227A is #36DD85. Grayscale: #5D5D5D. Windows color (decimal): -3595654 or 8004297. OLE color: 8004297.

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

Color convert

RGB 201 34 122 -
CMYK 0 0.83 0.39 0.21
HSL 328.38º 0.71% 0.46% -
HSV(B) 328.38º 0.83% 0.79% -
XYZ 28.17 14.97 19.82 -
YUV 93.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 201 34 122 0 0.83 0.39 0.21 328.38 0.71 0.46
Hex C9 22 7A 0 53 27 15 148 47 2E
Octal 311 42 172 0 123 47 25 510 107 56
Binary 11001001 100010 1111010 0 1010011 100111 10101 101001000 1000111 101110

Color Harmonies of #C9227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9227A

Black with #C9227A

Text Example


Text Example

White with #C9227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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