Html Css Color HEX #CE1FA9 Medium Violet Red

📋 copy color: '#CE1FA9'

red 206 ◦ green 31 ◦ blue 169

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

Shades of Medium Violet Red #CE1FA9

Tints of Medium Violet Red #CE1FA9

RGB

 RED value IS 206 (80.86% from 255) = 50.74%

 GREEN value IS 31 (12.5% from 255) = 7.64%

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 50.74%
G = 7.64%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE1FA9 (or 0xCE1FA9) is known color: Medium Violet Red. HEX triplet: CE, 1F and A9. RGB value is (206,31,169). Sum of RGB (Red+Green+Blue) = 206+31+169=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1FA9 is #31E056. Grayscale: #626262. Windows color (decimal): -3268695 or 11083726. OLE color: 11083726.

HSL color Cylindrical-coordinate representation of color #CE1FA9: hue angle of 312.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1FA9 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 31 169 -
CMYK 0 0.85 0.18 0.19
HSL 312.69º 0.74% 0.46% -
HSV(B) 312.69º 0.85% 0.81% -
XYZ 33.11 16.97 39.07 -
YUV 99.06 167.48 204.28 -
System Red Green Blue C M Y K H S L
Decimal 206 31 169 0 0.85 0.18 0.19 312.69 0.74 0.46
Hex CE 1F A9 0 55 12 13 139 4A 2E
Octal 316 37 251 0 125 22 23 471 112 56
Binary 11001110 11111 10101001 0 1010101 10010 10011 100111001 1001010 101110

Color Harmonies of #CE1FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FA9

Black with #CE1FA9

Text Example


Text Example

White with #CE1FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FA9; }

 p { color: rgb(206,31,169); }

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

background-color css

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

 a { background-color: rgb(206,31,169); }

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

border-color css

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

 span { border-color: rgb(206,31,169); }

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