Html Css Color HEX #CE1096 Medium Violet Red

📋 copy color: '#CE1096'

red 206 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #CE1096

Tints of Medium Violet Red #CE1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.3%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 55.38%
G = 4.3%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE1096 (or 0xCE1096) is known color: Medium Violet Red. HEX triplet: CE, 10 and 96. RGB value is (206,16,150). Sum of RGB (Red+Green+Blue) = 206+16+150=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1096 is #31EF69. Grayscale: #575757. Windows color (decimal): -3272554 or 9834702. OLE color: 9834702.

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

Color convert

RGB 206 16 150 -
CMYK 0 0.92 0.27 0.19
HSL 317.68º 0.86% 0.44% -
HSV(B) 317.68º 0.92% 0.81% -
XYZ 31.14 15.69 30.24 -
YUV 88.09 162.95 212.1 -
System Red Green Blue C M Y K H S L
Decimal 206 16 150 0 0.92 0.27 0.19 317.68 0.86 0.44
Hex CE 10 96 0 5C 1B 13 13E 56 2C
Octal 316 20 226 0 134 33 23 476 126 54
Binary 11001110 10000 10010110 0 1011100 11011 10011 100111110 1010110 101100

Color Harmonies of #CE1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1096

Black with #CE1096

Text Example


Text Example

White with #CE1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1096; }

 p { color: rgb(206,16,150); }

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

background-color css

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

 a { background-color: rgb(206,16,150); }

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

border-color css

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

 span { border-color: rgb(206,16,150); }

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