Html Css Color HEX #CE1993 Medium Violet Red

📋 copy color: '#CE1993'

red 206 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #CE1993

Tints of Medium Violet Red #CE1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.61%

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

R = 54.5%
G = 6.61%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE1993 (or 0xCE1993) is known color: Medium Violet Red. HEX triplet: CE, 19 and 93. RGB value is (206,25,147). Sum of RGB (Red+Green+Blue) = 206+25+147=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1993 is #31E66C. Grayscale: #5C5C5C. Windows color (decimal): -3270253 or 9640398. OLE color: 9640398.

HSL color Cylindrical-coordinate representation of color #CE1993: hue angle of 319.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1993 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 147 -
CMYK 0 0.88 0.29 0.19
HSL 319.56º 0.78% 0.45% -
HSV(B) 319.56º 0.88% 0.81% -
XYZ 31.07 15.92 29.04 -
YUV 93.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 206 25 147 0 0.88 0.29 0.19 319.56 0.78 0.45
Hex CE 19 93 0 58 1D 13 140 4E 2D
Octal 316 31 223 0 130 35 23 500 116 55
Binary 11001110 11001 10010011 0 1011000 11101 10011 101000000 1001110 101101

Color Harmonies of #CE1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1993

Black with #CE1993

Text Example


Text Example

White with #CE1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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