Html Css Color HEX #CE1291 Medium Violet Red

📋 copy color: '#CE1291'

red 206 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #CE1291

Tints of Medium Violet Red #CE1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 55.83%
G = 4.88%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE1291 (or 0xCE1291) is known color: Medium Violet Red. HEX triplet: CE, 12 and 91. RGB value is (206,18,145). Sum of RGB (Red+Green+Blue) = 206+18+145=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1291 is #31ED6E. Grayscale: #585858. Windows color (decimal): -3272047 or 9507534. OLE color: 9507534.

HSL color Cylindrical-coordinate representation of color #CE1291: hue angle of 319.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1291 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 145 -
CMYK 0 0.91 0.30 0.19
HSL 319.47º 0.84% 0.44% -
HSV(B) 319.47º 0.91% 0.81% -
XYZ 30.78 15.6 28.18 -
YUV 88.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 206 18 145 0 0.91 0.30 0.19 319.47 0.84 0.44
Hex CE 12 91 0 5B 1E 13 13F 54 2C
Octal 316 22 221 0 133 36 23 477 124 54
Binary 11001110 10010 10010001 0 1011011 11110 10011 100111111 1010100 101100

Color Harmonies of #CE1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1291

Black with #CE1291

Text Example


Text Example

White with #CE1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1291; }

 p { color: rgb(206,18,145); }

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

background-color css

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

 a { background-color: rgb(206,18,145); }

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

border-color css

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

 span { border-color: rgb(206,18,145); }

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