Html Css Color HEX #C93880 Medium Red Violet

📋 copy color: '#C93880'

red 201 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #C93880

Tints of Medium Red Violet #C93880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.55%

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

R = 52.21%
G = 14.55%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C93880 (or 0xC93880) is known color: Medium Red Violet. HEX triplet: C9, 38 and 80. RGB value is (201,56,128). Sum of RGB (Red+Green+Blue) = 201+56+128=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93880 is #36C77F. Grayscale: #6B6B6B. Windows color (decimal): -3590016 or 8403145. OLE color: 8403145.

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

Color convert

RGB 201 56 128 -
CMYK 0 0.72 0.36 0.21
HSL 330.21º 0.57% 0.5% -
HSV(B) 330.21º 0.72% 0.79% -
XYZ 29.4 16.8 22.12 -
YUV 107.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 201 56 128 0 0.72 0.36 0.21 330.21 0.57 0.5
Hex C9 38 80 0 48 24 15 14A 39 32
Octal 311 70 200 0 110 44 25 512 71 62
Binary 11001001 111000 10000000 0 1001000 100100 10101 101001010 111001 110010

Color Harmonies of #C93880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93880

Black with #C93880

Text Example


Text Example

White with #C93880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93880; }

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

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

background-color css

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

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

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

border-color css

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

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

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