Html Css Color HEX #C90CA3 Medium Violet Red

📋 copy color: '#C90CA3'

red 201 ◦ green 12 ◦ blue 163

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

Shades of Medium Violet Red #C90CA3

Tints of Medium Violet Red #C90CA3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 53.46%
G = 3.19%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C90CA3 (or 0xC90CA3) is known color: Medium Violet Red. HEX triplet: C9, 0C and A3. RGB value is (201,12,163). Sum of RGB (Red+Green+Blue) = 201+12+163=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CA3 is #36F35C. Grayscale: #555555. Windows color (decimal): -3601245 or 10685641. OLE color: 10685641.

HSL color Cylindrical-coordinate representation of color #C90CA3: hue angle of 312.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CA3 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 163 -
CMYK 0 0.94 0.19 0.21
HSL 312.06º 0.89% 0.42% -
HSV(B) 312.06º 0.94% 0.79% -
XYZ 30.83 15.32 35.98 -
YUV 85.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 201 12 163 0 0.94 0.19 0.21 312.06 0.89 0.42
Hex C9 C A3 0 5E 13 15 138 59 2A
Octal 311 14 243 0 136 23 25 470 131 52
Binary 11001001 1100 10100011 0 1011110 10011 10101 100111000 1011001 101010

Color Harmonies of #C90CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CA3

Black with #C90CA3

Text Example


Text Example

White with #C90CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CA3; }

 p { color: rgb(201,12,163); }

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

background-color css

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

 a { background-color: rgb(201,12,163); }

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

border-color css

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

 span { border-color: rgb(201,12,163); }

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