Html Css Color HEX #CE0494 Medium Violet Red

📋 copy color: '#CE0494'

red 206 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #CE0494

Tints of Medium Violet Red #CE0494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 57.54%
G = 1.12%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE0494 (or 0xCE0494) is known color: Medium Violet Red. HEX triplet: CE, 04 and 94. RGB value is (206,4,148). Sum of RGB (Red+Green+Blue) = 206+4+148=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0494 is #31FB6B. Grayscale: #505050. Windows color (decimal): -3275628 or 9700558. OLE color: 9700558.

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

Color convert

RGB 206 4 148 -
CMYK 0 0.98 0.28 0.19
HSL 317.23º 0.96% 0.41% -
HSV(B) 317.23º 0.98% 0.81% -
XYZ 30.84 15.35 29.35 -
YUV 80.81 165.92 217.29 -
System Red Green Blue C M Y K H S L
Decimal 206 4 148 0 0.98 0.28 0.19 317.23 0.96 0.41
Hex CE 4 94 0 62 1C 13 13D 60 29
Octal 316 4 224 0 142 34 23 475 140 51
Binary 11001110 100 10010100 0 1100010 11100 10011 100111101 1100000 101001

Color Harmonies of #CE0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0494

Black with #CE0494

Text Example


Text Example

White with #CE0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0494; }

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

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

background-color css

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

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

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

border-color css

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

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

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