Html Css Color HEX #C93492 Medium Red Violet

📋 copy color: '#C93492'

red 201 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #C93492

Tints of Medium Red Violet #C93492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.03%

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 50.38%
G = 13.03%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C93492 (or 0xC93492) is known color: Medium Red Violet. HEX triplet: C9, 34 and 92. RGB value is (201,52,146). Sum of RGB (Red+Green+Blue) = 201+52+146=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C93492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93492 is #36CB6D. Grayscale: #6B6B6B. Windows color (decimal): -3591022 or 9581769. OLE color: 9581769.

HSL color Cylindrical-coordinate representation of color #C93492: hue angle of 322.15º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93492 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 146 -
CMYK 0 0.74 0.27 0.21
HSL 322.15º 0.59% 0.5% -
HSV(B) 322.15º 0.74% 0.79% -
XYZ 30.5 16.95 28.86 -
YUV 107.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 201 52 146 0 0.74 0.27 0.21 322.15 0.59 0.5
Hex C9 34 92 0 4A 1B 15 142 3B 32
Octal 311 64 222 0 112 33 25 502 73 62
Binary 11001001 110100 10010010 0 1001010 11011 10101 101000010 111011 110010

Color Harmonies of #C93492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93492

Black with #C93492

Text Example


Text Example

White with #C93492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93492; }

 p { color: rgb(201,52,146); }

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

background-color css

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

 a { background-color: rgb(201,52,146); }

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

border-color css

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

 span { border-color: rgb(201,52,146); }

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