Html Css Color HEX #CE0394 Medium Violet Red

📋 copy color: '#CE0394'

red 206 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #CE0394

Tints of Medium Violet Red #CE0394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 57.7%
G = 0.84%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE0394 (or 0xCE0394) is known color: Medium Violet Red. HEX triplet: CE, 03 and 94. RGB value is (206,3,148). Sum of RGB (Red+Green+Blue) = 206+3+148=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0394 is #31FC6B. Grayscale: #4F4F4F. Windows color (decimal): -3275884 or 9700302. OLE color: 9700302.

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

Color convert

RGB 206 3 148 -
CMYK 0 0.99 0.28 0.19
HSL 317.14º 0.97% 0.41% -
HSV(B) 317.14º 0.99% 0.81% -
XYZ 30.83 15.33 29.35 -
YUV 80.23 166.25 217.71 -
System Red Green Blue C M Y K H S L
Decimal 206 3 148 0 0.99 0.28 0.19 317.14 0.97 0.41
Hex CE 3 94 0 63 1C 13 13D 61 29
Octal 316 3 224 0 143 34 23 475 141 51
Binary 11001110 11 10010100 0 1100011 11100 10011 100111101 1100001 101001

Color Harmonies of #CE0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0394

Black with #CE0394

Text Example


Text Example

White with #CE0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0394; }

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

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

background-color css

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

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

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

border-color css

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

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

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