Html Css Color HEX #C92583 Medium Violet Red

📋 copy color: '#C92583'

red 201 ◦ green 37 ◦ blue 131

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

Shades of Medium Violet Red #C92583

Tints of Medium Violet Red #C92583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 54.47%
G = 10.03%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C92583 (or 0xC92583) is known color: Medium Violet Red. HEX triplet: C9, 25 and 83. RGB value is (201,37,131). Sum of RGB (Red+Green+Blue) = 201+37+131=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C92583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92583 is #36DA7C. Grayscale: #606060. Windows color (decimal): -3594877 or 8594889. OLE color: 8594889.

HSL color Cylindrical-coordinate representation of color #C92583: hue angle of 325.61º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92583 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 131 -
CMYK 0 0.82 0.35 0.21
HSL 325.61º 0.69% 0.47% -
HSV(B) 325.61º 0.82% 0.79% -
XYZ 28.85 15.38 22.92 -
YUV 96.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 201 37 131 0 0.82 0.35 0.21 325.61 0.69 0.47
Hex C9 25 83 0 52 23 15 146 45 2F
Octal 311 45 203 0 122 43 25 506 105 57
Binary 11001001 100101 10000011 0 1010010 100011 10101 101000110 1000101 101111

Color Harmonies of #C92583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92583

Black with #C92583

Text Example


Text Example

White with #C92583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92583; }

 p { color: rgb(201,37,131); }

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

background-color css

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

 a { background-color: rgb(201,37,131); }

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

border-color css

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

 span { border-color: rgb(201,37,131); }

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