Html Css Color HEX #C914A5 Medium Violet Red

📋 copy color: '#C914A5'

red 201 ◦ green 20 ◦ blue 165

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

Shades of Medium Violet Red #C914A5

Tints of Medium Violet Red #C914A5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

 BLUE value IS 165 (64.84% from 255) = 42.75%

R = 52.07%
G = 5.18%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C914A5 (or 0xC914A5) is known color: Medium Violet Red. HEX triplet: C9, 14 and A5. RGB value is (201,20,165). Sum of RGB (Red+Green+Blue) = 201+20+165=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C914A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C914A5 is #36EB5A. Grayscale: #5A5A5A. Windows color (decimal): -3599195 or 10818761. OLE color: 10818761.

HSL color Cylindrical-coordinate representation of color #C914A5: hue angle of 311.93º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914A5 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 165 -
CMYK 0 0.90 0.18 0.21
HSL 311.93º 0.82% 0.43% -
HSV(B) 311.93º 0.9% 0.79% -
XYZ 31.13 15.63 36.97 -
YUV 90.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 201 20 165 0 0.90 0.18 0.21 311.93 0.82 0.43
Hex C9 14 A5 0 5A 12 15 138 52 2B
Octal 311 24 245 0 132 22 25 470 122 53
Binary 11001001 10100 10100101 0 1011010 10010 10101 100111000 1010010 101011

Color Harmonies of #C914A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C914A5

Black with #C914A5

Text Example


Text Example

White with #C914A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C914A5; }

 p { color: rgb(201,20,165); }

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

background-color css

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

 a { background-color: rgb(201,20,165); }

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

border-color css

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

 span { border-color: rgb(201,20,165); }

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