Html Css Color HEX #C923A0 Medium Violet Red

📋 copy color: '#C923A0'

red 201 ◦ green 35 ◦ blue 160

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

Shades of Medium Violet Red #C923A0

Tints of Medium Violet Red #C923A0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.84%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 50.76%
G = 8.84%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C923A0 (or 0xC923A0) is known color: Medium Violet Red. HEX triplet: C9, 23 and A0. RGB value is (201,35,160). Sum of RGB (Red+Green+Blue) = 201+35+160=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C923A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C923A0 is #36DC5F. Grayscale: #626262. Windows color (decimal): -3595360 or 10494921. OLE color: 10494921.

HSL color Cylindrical-coordinate representation of color #C923A0: hue angle of 314.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C923A0 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 160 -
CMYK 0 0.83 0.20 0.21
HSL 314.82º 0.7% 0.46% -
HSV(B) 314.82º 0.83% 0.79% -
XYZ 31.03 16.16 34.74 -
YUV 98.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 201 35 160 0 0.83 0.20 0.21 314.82 0.7 0.46
Hex C9 23 A0 0 53 14 15 13B 46 2E
Octal 311 43 240 0 123 24 25 473 106 56
Binary 11001001 100011 10100000 0 1010011 10100 10101 100111011 1000110 101110

Color Harmonies of #C923A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923A0

Black with #C923A0

Text Example


Text Example

White with #C923A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923A0; }

 p { color: rgb(201,35,160); }

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

background-color css

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

 a { background-color: rgb(201,35,160); }

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

border-color css

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

 span { border-color: rgb(201,35,160); }

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