Html Css Color HEX #CE1393 Medium Violet Red

📋 copy color: '#CE1393'

red 206 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #CE1393

Tints of Medium Violet Red #CE1393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

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

R = 55.38%
G = 5.11%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE1393 (or 0xCE1393) is known color: Medium Violet Red. HEX triplet: CE, 13 and 93. RGB value is (206,19,147). Sum of RGB (Red+Green+Blue) = 206+19+147=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1393 is #31EC6C. Grayscale: #595959. Windows color (decimal): -3271789 or 9638862. OLE color: 9638862.

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

Color convert

RGB 206 19 147 -
CMYK 0 0.91 0.29 0.19
HSL 318.93º 0.83% 0.44% -
HSV(B) 318.93º 0.91% 0.81% -
XYZ 30.95 15.69 29 -
YUV 89.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 206 19 147 0 0.91 0.29 0.19 318.93 0.83 0.44
Hex CE 13 93 0 5B 1D 13 13F 53 2C
Octal 316 23 223 0 133 35 23 477 123 54
Binary 11001110 10011 10010011 0 1011011 11101 10011 100111111 1010011 101100

Color Harmonies of #CE1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1393

Black with #CE1393

Text Example


Text Example

White with #CE1393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1393; }

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

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

background-color css

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

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

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

border-color css

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

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

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