Html Css Color HEX #C92475 Medium Violet Red

📋 copy color: '#C92475'

red 201 ◦ green 36 ◦ blue 117

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

Shades of Medium Violet Red #C92475

Tints of Medium Violet Red #C92475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 56.78%
G = 10.17%
B = 33.05%

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

#C92475 (or 0xC92475) is known color: Medium Violet Red. HEX triplet: C9, 24 and 75. RGB value is (201,36,117). Sum of RGB (Red+Green+Blue) = 201+36+117=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C92475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92475 is #36DB8A. Grayscale: #5E5E5E. Windows color (decimal): -3595147 or 7677129. OLE color: 7677129.

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

Color convert

RGB 201 36 117 -
CMYK 0 0.82 0.42 0.21
HSL 330.55º 0.7% 0.46% -
HSV(B) 330.55º 0.82% 0.79% -
XYZ 27.93 14.96 18.25 -
YUV 94.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 201 36 117 0 0.82 0.42 0.21 330.55 0.7 0.46
Hex C9 24 75 0 52 2A 15 14B 46 2E
Octal 311 44 165 0 122 52 25 513 106 56
Binary 11001001 100100 1110101 0 1010010 101010 10101 101001011 1000110 101110

Color Harmonies of #C92475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92475

Black with #C92475

Text Example


Text Example

White with #C92475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92475; }

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

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

background-color css

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

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

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

border-color css

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

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

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