Html Css Color HEX #C92494 Medium Violet Red

📋 copy color: '#C92494'

red 201 ◦ green 36 ◦ blue 148

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

Shades of Medium Violet Red #C92494

Tints of Medium Violet Red #C92494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 52.21%
G = 9.35%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C92494 (or 0xC92494) is known color: Medium Violet Red. HEX triplet: C9, 24 and 94. RGB value is (201,36,148). Sum of RGB (Red+Green+Blue) = 201+36+148=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C92494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92494 is #36DB6B. Grayscale: #616161. Windows color (decimal): -3595116 or 9708745. OLE color: 9708745.

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

Color convert

RGB 201 36 148 -
CMYK 0 0.82 0.26 0.21
HSL 319.27º 0.7% 0.46% -
HSV(B) 319.27º 0.82% 0.79% -
XYZ 30.06 15.82 29.49 -
YUV 98.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 201 36 148 0 0.82 0.26 0.21 319.27 0.7 0.46
Hex C9 24 94 0 52 1A 15 13F 46 2E
Octal 311 44 224 0 122 32 25 477 106 56
Binary 11001001 100100 10010100 0 1010010 11010 10101 100111111 1000110 101110

Color Harmonies of #C92494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92494

Black with #C92494

Text Example


Text Example

White with #C92494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92494; }

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

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

background-color css

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

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

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

border-color css

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

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

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