Html Css Color HEX #CE0493 Medium Violet Red

📋 copy color: '#CE0493'

red 206 ◦ green 4 ◦ blue 147

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

Shades of Medium Violet Red #CE0493

Tints of Medium Violet Red #CE0493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 57.7%
G = 1.12%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE0493 (or 0xCE0493) is known color: Medium Violet Red. HEX triplet: CE, 04 and 93. RGB value is (206,4,147). Sum of RGB (Red+Green+Blue) = 206+4+147=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0493 is #31FB6C. Grayscale: #505050. Windows color (decimal): -3275629 or 9635022. OLE color: 9635022.

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

Color convert

RGB 206 4 147 -
CMYK 0 0.98 0.29 0.19
HSL 317.52º 0.96% 0.41% -
HSV(B) 317.52º 0.98% 0.81% -
XYZ 30.76 15.32 28.94 -
YUV 80.7 165.42 217.37 -
System Red Green Blue C M Y K H S L
Decimal 206 4 147 0 0.98 0.29 0.19 317.52 0.96 0.41
Hex CE 4 93 0 62 1D 13 13E 60 29
Octal 316 4 223 0 142 35 23 476 140 51
Binary 11001110 100 10010011 0 1100010 11101 10011 100111110 1100000 101001

Color Harmonies of #CE0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0493

Black with #CE0493

Text Example


Text Example

White with #CE0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0493; }

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

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

background-color css

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

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

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

border-color css

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

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

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