Html Css Color HEX #CE0994 Medium Violet Red

📋 copy color: '#CE0994'

red 206 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #CE0994

Tints of Medium Violet Red #CE0994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 56.75%
G = 2.48%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE0994 (or 0xCE0994) is known color: Medium Violet Red. HEX triplet: CE, 09 and 94. RGB value is (206,9,148). Sum of RGB (Red+Green+Blue) = 206+9+148=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0994 is #31F66B. Grayscale: #535353. Windows color (decimal): -3274348 or 9701838. OLE color: 9701838.

HSL color Cylindrical-coordinate representation of color #CE0994: hue angle of 317.66º 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 #CE0994 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 148 -
CMYK 0 0.96 0.28 0.19
HSL 317.67º 0.92% 0.42% -
HSV(B) 317.67º 0.96% 0.81% -
XYZ 30.9 15.46 29.37 -
YUV 83.75 164.27 215.2 -
System Red Green Blue C M Y K H S L
Decimal 206 9 148 0 0.96 0.28 0.19 317.67 0.92 0.42
Hex CE 9 94 0 60 1C 13 13E 5C 2A
Octal 316 11 224 0 140 34 23 476 134 52
Binary 11001110 1001 10010100 0 1100000 11100 10011 100111110 1011100 101010

Color Harmonies of #CE0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0994

Black with #CE0994

Text Example


Text Example

White with #CE0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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