Html Css Color HEX #C92978 Medium Red Violet

📋 copy color: '#C92978'

red 201 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #C92978

Tints of Medium Red Violet #C92978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 55.52%
G = 11.33%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C92978 (or 0xC92978) is known color: Medium Red Violet. HEX triplet: C9, 29 and 78. RGB value is (201,41,120). Sum of RGB (Red+Green+Blue) = 201+41+120=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C92978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92978 is #36D687. Grayscale: #616161. Windows color (decimal): -3593864 or 7875017. OLE color: 7875017.

HSL color Cylindrical-coordinate representation of color #C92978: hue angle of 330.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92978 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 120 -
CMYK 0 0.80 0.40 0.21
HSL 330.38º 0.66% 0.47% -
HSV(B) 330.38º 0.8% 0.79% -
XYZ 28.27 15.36 19.24 -
YUV 97.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 201 41 120 0 0.80 0.40 0.21 330.38 0.66 0.47
Hex C9 29 78 0 50 28 15 14A 42 2F
Octal 311 51 170 0 120 50 25 512 102 57
Binary 11001001 101001 1111000 0 1010000 101000 10101 101001010 1000010 101111

Color Harmonies of #C92978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92978

Black with #C92978

Text Example


Text Example

White with #C92978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92978; }

 p { color: rgb(201,41,120); }

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

background-color css

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

 a { background-color: rgb(201,41,120); }

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

border-color css

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

 span { border-color: rgb(201,41,120); }

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