Html Css Color HEX #CE0996 Medium Violet Red

📋 copy color: '#CE0996'

red 206 ◦ green 9 ◦ blue 150

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

Shades of Medium Violet Red #CE0996

Tints of Medium Violet Red #CE0996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

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

R = 56.44%
G = 2.47%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE0996 (or 0xCE0996) is known color: Medium Violet Red. HEX triplet: CE, 09 and 96. RGB value is (206,9,150). Sum of RGB (Red+Green+Blue) = 206+9+150=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0996 is #31F669. Grayscale: #535353. Windows color (decimal): -3274346 or 9832910. OLE color: 9832910.

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

Color convert

RGB 206 9 150 -
CMYK 0 0.96 0.27 0.19
HSL 317.06º 0.92% 0.42% -
HSV(B) 317.06º 0.96% 0.81% -
XYZ 31.06 15.52 30.21 -
YUV 83.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 206 9 150 0 0.96 0.27 0.19 317.06 0.92 0.42
Hex CE 9 96 0 60 1B 13 13D 5C 2A
Octal 316 11 226 0 140 33 23 475 134 52
Binary 11001110 1001 10010110 0 1100000 11011 10011 100111101 1011100 101010

Color Harmonies of #CE0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0996

Black with #CE0996

Text Example


Text Example

White with #CE0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0996; }

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

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

background-color css

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

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

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

border-color css

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

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

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