Html Css Color HEX #C93A7E Medium Red Violet

📋 copy color: '#C93A7E'

red 201 ◦ green 58 ◦ blue 126

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

Shades of Medium Red Violet #C93A7E

Tints of Medium Red Violet #C93A7E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.06%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 52.21%
G = 15.06%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C93A7E (or 0xC93A7E) is known color: Medium Red Violet. HEX triplet: C9, 3A and 7E. RGB value is (201,58,126). Sum of RGB (Red+Green+Blue) = 201+58+126=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A7E is #36C581. Grayscale: #6C6C6C. Windows color (decimal): -3589506 or 8272585. OLE color: 8272585.

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

Color convert

RGB 201 58 126 -
CMYK 0 0.71 0.37 0.21
HSL 331.47º 0.57% 0.51% -
HSV(B) 331.47º 0.71% 0.79% -
XYZ 29.37 16.95 21.46 -
YUV 108.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 201 58 126 0 0.71 0.37 0.21 331.47 0.57 0.51
Hex C9 3A 7E 0 47 25 15 14B 39 33
Octal 311 72 176 0 107 45 25 513 71 63
Binary 11001001 111010 1111110 0 1000111 100101 10101 101001011 111001 110011

Color Harmonies of #C93A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A7E

Black with #C93A7E

Text Example


Text Example

White with #C93A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A7E; }

 p { color: rgb(201,58,126); }

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

background-color css

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

 a { background-color: rgb(201,58,126); }

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

border-color css

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

 span { border-color: rgb(201,58,126); }

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