Html Css Color HEX #C92470 Medium Violet Red

📋 copy color: '#C92470'

red 201 ◦ green 36 ◦ blue 112

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

Shades of Medium Violet Red #C92470

Tints of Medium Violet Red #C92470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 57.59%
G = 10.32%
B = 32.09%

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

#C92470 (or 0xC92470) is known color: Medium Violet Red. HEX triplet: C9, 24 and 70. RGB value is (201,36,112). Sum of RGB (Red+Green+Blue) = 201+36+112=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C92470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92470 is #36DB8F. Grayscale: #5D5D5D. Windows color (decimal): -3595152 or 7349449. OLE color: 7349449.

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

Color convert

RGB 201 36 112 -
CMYK 0 0.82 0.44 0.21
HSL 332.36º 0.7% 0.46% -
HSV(B) 332.36º 0.82% 0.79% -
XYZ 27.64 14.85 16.74 -
YUV 94 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 201 36 112 0 0.82 0.44 0.21 332.36 0.7 0.46
Hex C9 24 70 0 52 2C 15 14C 46 2E
Octal 311 44 160 0 122 54 25 514 106 56
Binary 11001001 100100 1110000 0 1010010 101100 10101 101001100 1000110 101110

Color Harmonies of #C92470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92470

Black with #C92470

Text Example


Text Example

White with #C92470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92470; }

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

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

background-color css

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

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

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

border-color css

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

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

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