Html Css Color HEX #C93C7C Medium Red Violet

📋 copy color: '#C93C7C'

red 201 ◦ green 60 ◦ blue 124

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

Shades of Medium Red Violet #C93C7C

Tints of Medium Red Violet #C93C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.58%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 52.21%
G = 15.58%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C93C7C (or 0xC93C7C) is known color: Medium Red Violet. HEX triplet: C9, 3C and 7C. RGB value is (201,60,124). Sum of RGB (Red+Green+Blue) = 201+60+124=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C7C is #36C383. Grayscale: #6D6D6D. Windows color (decimal): -3588996 or 8142025. OLE color: 8142025.

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

Color convert

RGB 201 60 124 -
CMYK 0 0.70 0.38 0.21
HSL 332.77º 0.57% 0.51% -
HSV(B) 332.77º 0.7% 0.79% -
XYZ 29.34 17.1 20.82 -
YUV 109.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 201 60 124 0 0.70 0.38 0.21 332.77 0.57 0.51
Hex C9 3C 7C 0 46 26 15 14D 39 33
Octal 311 74 174 0 106 46 25 515 71 63
Binary 11001001 111100 1111100 0 1000110 100110 10101 101001101 111001 110011

Color Harmonies of #C93C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C7C

Black with #C93C7C

Text Example


Text Example

White with #C93C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C7C; }

 p { color: rgb(201,60,124); }

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

background-color css

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

 a { background-color: rgb(201,60,124); }

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

border-color css

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

 span { border-color: rgb(201,60,124); }

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