Html Css Color HEX #C93385 Medium Red Violet

📋 copy color: '#C93385'

red 201 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #C93385

Tints of Medium Red Violet #C93385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.25%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 52.21%
G = 13.25%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C93385 (or 0xC93385) is known color: Medium Red Violet. HEX triplet: C9, 33 and 85. RGB value is (201,51,133). Sum of RGB (Red+Green+Blue) = 201+51+133=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93385 is #36CC7A. Grayscale: #696969. Windows color (decimal): -3591291 or 8729545. OLE color: 8729545.

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

Color convert

RGB 201 51 133 -
CMYK 0 0.75 0.34 0.21
HSL 327.2º 0.6% 0.49% -
HSV(B) 327.2º 0.75% 0.79% -
XYZ 29.5 16.48 23.82 -
YUV 105.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 201 51 133 0 0.75 0.34 0.21 327.2 0.6 0.49
Hex C9 33 85 0 4B 22 15 147 3C 31
Octal 311 63 205 0 113 42 25 507 74 61
Binary 11001001 110011 10000101 0 1001011 100010 10101 101000111 111100 110001

Color Harmonies of #C93385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93385

Black with #C93385

Text Example


Text Example

White with #C93385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93385; }

 p { color: rgb(201,51,133); }

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

background-color css

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

 a { background-color: rgb(201,51,133); }

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

border-color css

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

 span { border-color: rgb(201,51,133); }

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