Html Css Color HEX #C92573 Medium Violet Red

📋 copy color: '#C92573'

red 201 ◦ green 37 ◦ blue 115

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

Shades of Medium Violet Red #C92573

Tints of Medium Violet Red #C92573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 56.94%
G = 10.48%
B = 32.58%

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

#C92573 (or 0xC92573) is known color: Medium Violet Red. HEX triplet: C9, 25 and 73. RGB value is (201,37,115). Sum of RGB (Red+Green+Blue) = 201+37+115=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C92573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92573 is #36DA8C. Grayscale: #5E5E5E. Windows color (decimal): -3594893 or 7546313. OLE color: 7546313.

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

Color convert

RGB 201 37 115 -
CMYK 0 0.82 0.43 0.21
HSL 331.46º 0.69% 0.47% -
HSV(B) 331.46º 0.82% 0.79% -
XYZ 27.84 14.98 17.64 -
YUV 94.93 139.33 203.66 -
System Red Green Blue C M Y K H S L
Decimal 201 37 115 0 0.82 0.43 0.21 331.46 0.69 0.47
Hex C9 25 73 0 52 2B 15 14B 45 2F
Octal 311 45 163 0 122 53 25 513 105 57
Binary 11001001 100101 1110011 0 1010010 101011 10101 101001011 1000101 101111

Color Harmonies of #C92573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92573

Black with #C92573

Text Example


Text Example

White with #C92573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92573; }

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

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

background-color css

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

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

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

border-color css

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

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

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