Html Css Color HEX #C93982 Medium Red Violet

📋 copy color: '#C93982'

red 201 ◦ green 57 ◦ blue 130

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

Shades of Medium Red Violet #C93982

Tints of Medium Red Violet #C93982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.69%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 51.8%
G = 14.69%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C93982 (or 0xC93982) is known color: Medium Red Violet. HEX triplet: C9, 39 and 82. RGB value is (201,57,130). Sum of RGB (Red+Green+Blue) = 201+57+130=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C93982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93982 is #36C67D. Grayscale: #6C6C6C. Windows color (decimal): -3589758 or 8534473. OLE color: 8534473.

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

Color convert

RGB 201 57 130 -
CMYK 0 0.72 0.35 0.21
HSL 329.58º 0.57% 0.51% -
HSV(B) 329.58º 0.72% 0.79% -
XYZ 29.58 16.96 22.83 -
YUV 108.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 201 57 130 0 0.72 0.35 0.21 329.58 0.57 0.51
Hex C9 39 82 0 48 23 15 14A 39 33
Octal 311 71 202 0 110 43 25 512 71 63
Binary 11001001 111001 10000010 0 1001000 100011 10101 101001010 111001 110011

Color Harmonies of #C93982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93982

Black with #C93982

Text Example


Text Example

White with #C93982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93982; }

 p { color: rgb(201,57,130); }

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

background-color css

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

 a { background-color: rgb(201,57,130); }

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

border-color css

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

 span { border-color: rgb(201,57,130); }

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