Html Css Color HEX #CE0094 Medium Violet Red

📋 copy color: '#CE0094'

red 206 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #CE0094

Tints of Medium Violet Red #CE0094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.19%
G = 0%
B = 41.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE0094 (or 0xCE0094) is known color: Medium Violet Red. HEX triplet: CE, 00 and 94. RGB value is (206,0,148). Sum of RGB (Red+Green+Blue) = 206+0+148=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0094 is #31FF6B. Grayscale: #4E4E4E. Windows color (decimal): -3276652 or 9699534. OLE color: 9699534.

HSL color Cylindrical-coordinate representation of color #CE0094: hue angle of 316.89º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0094 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 148 -
CMYK 0 1 0.28 0.19
HSL 316.89º 1% 0.4% -
HSV(B) 316.89º 1% 0.81% -
XYZ 30.8 15.26 29.34 -
YUV 78.47 167.25 218.97 -
System Red Green Blue C M Y K H S L
Decimal 206 0 148 0 1 0.28 0.19 316.89 1 0.4
Hex CE 0 94 0 64 1C 13 13D 64 28
Octal 316 0 224 0 144 34 23 475 144 50
Binary 11001110 0 10010100 0 1100100 11100 10011 100111101 1100100 101000

Color Harmonies of #CE0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0094

Black with #CE0094

Text Example


Text Example

White with #CE0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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