Html Css Color HEX #C93375 Medium Red Violet

📋 copy color: '#C93375'

red 201 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #C93375

Tints of Medium Red Violet #C93375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 54.47%
G = 13.82%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C93375 (or 0xC93375) is known color: Medium Red Violet. HEX triplet: C9, 33 and 75. RGB value is (201,51,117). Sum of RGB (Red+Green+Blue) = 201+51+117=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C93375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93375 is #36CC8A. Grayscale: #676767. Windows color (decimal): -3591307 or 7680969. OLE color: 7680969.

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

Color convert

RGB 201 51 117 -
CMYK 0 0.75 0.42 0.21
HSL 333.6º 0.6% 0.49% -
HSV(B) 333.6º 0.75% 0.79% -
XYZ 28.48 16.07 18.43 -
YUV 103.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 201 51 117 0 0.75 0.42 0.21 333.6 0.6 0.49
Hex C9 33 75 0 4B 2A 15 14E 3C 31
Octal 311 63 165 0 113 52 25 516 74 61
Binary 11001001 110011 1110101 0 1001011 101010 10101 101001110 111100 110001

Color Harmonies of #C93375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93375

Black with #C93375

Text Example


Text Example

White with #C93375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93375; }

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

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

background-color css

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

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

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

border-color css

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

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

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