Html Css Color HEX #C93083 Medium Red Violet

📋 copy color: '#C93083'

red 201 ◦ green 48 ◦ blue 131

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

Shades of Medium Red Violet #C93083

Tints of Medium Red Violet #C93083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.63%

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

R = 52.89%
G = 12.63%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C93083 (or 0xC93083) is known color: Medium Red Violet. HEX triplet: C9, 30 and 83. RGB value is (201,48,131). Sum of RGB (Red+Green+Blue) = 201+48+131=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93083 is #36CF7C. Grayscale: #676767. Windows color (decimal): -3592061 or 8597705. OLE color: 8597705.

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

Color convert

RGB 201 48 131 -
CMYK 0 0.76 0.35 0.21
HSL 327.45º 0.61% 0.49% -
HSV(B) 327.45º 0.76% 0.79% -
XYZ 29.24 16.17 23.05 -
YUV 103.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 201 48 131 0 0.76 0.35 0.21 327.45 0.61 0.49
Hex C9 30 83 0 4C 23 15 147 3D 31
Octal 311 60 203 0 114 43 25 507 75 61
Binary 11001001 110000 10000011 0 1001100 100011 10101 101000111 111101 110001

Color Harmonies of #C93083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93083

Black with #C93083

Text Example


Text Example

White with #C93083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93083; }

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

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

background-color css

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

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

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

border-color css

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

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

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