Html Css Color HEX #C92572 Medium Violet Red

📋 copy color: '#C92572'

red 201 ◦ green 37 ◦ blue 114

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

Shades of Medium Violet Red #C92572

Tints of Medium Violet Red #C92572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 57.1%
G = 10.51%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C92572 (or 0xC92572) is known color: Medium Violet Red. HEX triplet: C9, 25 and 72. RGB value is (201,37,114). Sum of RGB (Red+Green+Blue) = 201+37+114=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C92572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92572 is #36DA8D. Grayscale: #5E5E5E. Windows color (decimal): -3594894 or 7480777. OLE color: 7480777.

HSL color Cylindrical-coordinate representation of color #C92572: hue angle of 331.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92572 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 114 -
CMYK 0 0.82 0.43 0.21
HSL 331.83º 0.69% 0.47% -
HSV(B) 331.83º 0.82% 0.79% -
XYZ 27.79 14.96 17.34 -
YUV 94.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 201 37 114 0 0.82 0.43 0.21 331.83 0.69 0.47
Hex C9 25 72 0 52 2B 15 14C 45 2F
Octal 311 45 162 0 122 53 25 514 105 57
Binary 11001001 100101 1110010 0 1010010 101011 10101 101001100 1000101 101111

Color Harmonies of #C92572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92572

Black with #C92572

Text Example


Text Example

White with #C92572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92572; }

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

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

background-color css

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

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

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

border-color css

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

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

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