Html Css Color HEX #C92570 Medium Violet Red

📋 copy color: '#C92570'

red 201 ◦ green 37 ◦ blue 112

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

Shades of Medium Violet Red #C92570

Tints of Medium Violet Red #C92570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 57.43%
G = 10.57%
B = 32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C92570 (or 0xC92570) is known color: Medium Violet Red. HEX triplet: C9, 25 and 70. RGB value is (201,37,112). Sum of RGB (Red+Green+Blue) = 201+37+112=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C92570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92570 is #36DA8F. Grayscale: #5E5E5E. Windows color (decimal): -3594896 or 7349705. OLE color: 7349705.

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

Color convert

RGB 201 37 112 -
CMYK 0 0.82 0.44 0.21
HSL 332.56º 0.69% 0.47% -
HSV(B) 332.56º 0.82% 0.79% -
XYZ 27.67 14.91 16.75 -
YUV 94.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 201 37 112 0 0.82 0.44 0.21 332.56 0.69 0.47
Hex C9 25 70 0 52 2C 15 14D 45 2F
Octal 311 45 160 0 122 54 25 515 105 57
Binary 11001001 100101 1110000 0 1010010 101100 10101 101001101 1000101 101111

Color Harmonies of #C92570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92570

Black with #C92570

Text Example


Text Example

White with #C92570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92570; }

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

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

background-color css

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

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

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

border-color css

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

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

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