Html Css Color HEX #C92272 Medium Violet Red

📋 copy color: '#C92272'

red 201 ◦ green 34 ◦ blue 114

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

Shades of Medium Violet Red #C92272

Tints of Medium Violet Red #C92272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 57.59%
G = 9.74%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C92272 (or 0xC92272) is known color: Medium Violet Red. HEX triplet: C9, 22 and 72. RGB value is (201,34,114). Sum of RGB (Red+Green+Blue) = 201+34+114=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C92272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92272 is #36DD8D. Grayscale: #5C5C5C. Windows color (decimal): -3595662 or 7480009. OLE color: 7480009.

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

Color convert

RGB 201 34 114 -
CMYK 0 0.83 0.43 0.21
HSL 331.26º 0.71% 0.46% -
HSV(B) 331.26º 0.83% 0.79% -
XYZ 27.7 14.78 17.31 -
YUV 93.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 201 34 114 0 0.83 0.43 0.21 331.26 0.71 0.46
Hex C9 22 72 0 53 2B 15 14B 47 2E
Octal 311 42 162 0 123 53 25 513 107 56
Binary 11001001 100010 1110010 0 1010011 101011 10101 101001011 1000111 101110

Color Harmonies of #C92272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92272

Black with #C92272

Text Example


Text Example

White with #C92272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92272; }

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

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

background-color css

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

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

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

border-color css

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

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

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