Html Css Color HEX #C93280 Medium Red Violet

📋 copy color: '#C93280'

red 201 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #C93280

Tints of Medium Red Violet #C93280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 53.03%
G = 13.19%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C93280 (or 0xC93280) is known color: Medium Red Violet. HEX triplet: C9, 32 and 80. RGB value is (201,50,128). Sum of RGB (Red+Green+Blue) = 201+50+128=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C93280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93280 is #36CD7F. Grayscale: #676767. Windows color (decimal): -3591552 or 8401609. OLE color: 8401609.

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

Color convert

RGB 201 50 128 -
CMYK 0 0.75 0.36 0.21
HSL 329.01º 0.6% 0.49% -
HSV(B) 329.01º 0.75% 0.79% -
XYZ 29.12 16.26 22.03 -
YUV 104.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 201 50 128 0 0.75 0.36 0.21 329.01 0.6 0.49
Hex C9 32 80 0 4B 24 15 149 3C 31
Octal 311 62 200 0 113 44 25 511 74 61
Binary 11001001 110010 10000000 0 1001011 100100 10101 101001001 111100 110001

Color Harmonies of #C93280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93280

Black with #C93280

Text Example


Text Example

White with #C93280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93280; }

 p { color: rgb(201,50,128); }

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

background-color css

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

 a { background-color: rgb(201,50,128); }

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

border-color css

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

 span { border-color: rgb(201,50,128); }

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