Html Css Color HEX #C92474 Medium Violet Red

📋 copy color: '#C92474'

red 201 ◦ green 36 ◦ blue 116

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

Shades of Medium Violet Red #C92474

Tints of Medium Violet Red #C92474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 56.94%
G = 10.2%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C92474 (or 0xC92474) is known color: Medium Violet Red. HEX triplet: C9, 24 and 74. RGB value is (201,36,116). Sum of RGB (Red+Green+Blue) = 201+36+116=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C92474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92474 is #36DB8B. Grayscale: #5E5E5E. Windows color (decimal): -3595148 or 7611593. OLE color: 7611593.

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

Color convert

RGB 201 36 116 -
CMYK 0 0.82 0.42 0.21
HSL 330.91º 0.7% 0.46% -
HSV(B) 330.91º 0.82% 0.79% -
XYZ 27.87 14.94 17.94 -
YUV 94.46 140.16 204 -
System Red Green Blue C M Y K H S L
Decimal 201 36 116 0 0.82 0.42 0.21 330.91 0.7 0.46
Hex C9 24 74 0 52 2A 15 14B 46 2E
Octal 311 44 164 0 122 52 25 513 106 56
Binary 11001001 100100 1110100 0 1010010 101010 10101 101001011 1000110 101110

Color Harmonies of #C92474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92474

Black with #C92474

Text Example


Text Example

White with #C92474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92474; }

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

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

background-color css

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

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

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

border-color css

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

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

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