Html Css Color HEX #C92495 Medium Violet Red

📋 copy color: '#C92495'

red 201 ◦ green 36 ◦ blue 149

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

Shades of Medium Violet Red #C92495

Tints of Medium Violet Red #C92495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 52.07%
G = 9.33%
B = 38.6%

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

#C92495 (or 0xC92495) is known color: Medium Violet Red. HEX triplet: C9, 24 and 95. RGB value is (201,36,149). Sum of RGB (Red+Green+Blue) = 201+36+149=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C92495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92495 is #36DB6A. Grayscale: #616161. Windows color (decimal): -3595115 or 9774281. OLE color: 9774281.

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

Color convert

RGB 201 36 149 -
CMYK 0 0.82 0.26 0.21
HSL 318.91º 0.7% 0.46% -
HSV(B) 318.91º 0.82% 0.79% -
XYZ 30.14 15.85 29.9 -
YUV 98.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 201 36 149 0 0.82 0.26 0.21 318.91 0.7 0.46
Hex C9 24 95 0 52 1A 15 13F 46 2E
Octal 311 44 225 0 122 32 25 477 106 56
Binary 11001001 100100 10010101 0 1010010 11010 10101 100111111 1000110 101110

Color Harmonies of #C92495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92495

Black with #C92495

Text Example


Text Example

White with #C92495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92495; }

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

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

background-color css

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

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

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

border-color css

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

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

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