Html Css Color HEX #C90CA4 Medium Violet Red

📋 copy color: '#C90CA4'

red 201 ◦ green 12 ◦ blue 164

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

Shades of Medium Violet Red #C90CA4

Tints of Medium Violet Red #C90CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.5%

R = 53.32%
G = 3.18%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C90CA4 (or 0xC90CA4) is known color: Medium Violet Red. HEX triplet: C9, 0C and A4. RGB value is (201,12,164). Sum of RGB (Red+Green+Blue) = 201+12+164=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CA4 is #36F35B. Grayscale: #555555. Windows color (decimal): -3601244 or 10751177. OLE color: 10751177.

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

Color convert

RGB 201 12 164 -
CMYK 0 0.94 0.18 0.21
HSL 311.75º 0.89% 0.42% -
HSV(B) 311.75º 0.94% 0.79% -
XYZ 30.92 15.36 36.46 -
YUV 85.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 201 12 164 0 0.94 0.18 0.21 311.75 0.89 0.42
Hex C9 C A4 0 5E 12 15 138 59 2A
Octal 311 14 244 0 136 22 25 470 131 52
Binary 11001001 1100 10100100 0 1011110 10010 10101 100111000 1011001 101010

Color Harmonies of #C90CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CA4

Black with #C90CA4

Text Example


Text Example

White with #C90CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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