Html Css Color HEX #C93299 Medium Red Violet

📋 copy color: '#C93299'

red 201 ◦ green 50 ◦ blue 153

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

Shades of Medium Red Violet #C93299

Tints of Medium Red Violet #C93299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 49.75%
G = 12.38%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C93299 (or 0xC93299) is known color: Medium Red Violet. HEX triplet: C9, 32 and 99. RGB value is (201,50,153). Sum of RGB (Red+Green+Blue) = 201+50+153=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C93299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93299 is #36CD66. Grayscale: #6A6A6A. Windows color (decimal): -3591527 or 10040009. OLE color: 10040009.

HSL color Cylindrical-coordinate representation of color #C93299: hue angle of 319.07º 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 #C93299 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 153 -
CMYK 0 0.75 0.24 0.21
HSL 319.07º 0.6% 0.49% -
HSV(B) 319.07º 0.75% 0.79% -
XYZ 30.98 17 31.79 -
YUV 106.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 201 50 153 0 0.75 0.24 0.21 319.07 0.6 0.49
Hex C9 32 99 0 4B 18 15 13F 3C 31
Octal 311 62 231 0 113 30 25 477 74 61
Binary 11001001 110010 10011001 0 1001011 11000 10101 100111111 111100 110001

Color Harmonies of #C93299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93299

Black with #C93299

Text Example


Text Example

White with #C93299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93299; }

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

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

background-color css

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

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

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

border-color css

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

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

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