Html Css Color HEX #CE1388 Medium Violet Red

📋 copy color: '#CE1388'

red 206 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #CE1388

Tints of Medium Violet Red #CE1388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 57.06%
G = 5.26%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE1388 (or 0xCE1388) is known color: Medium Violet Red. HEX triplet: CE, 13 and 88. RGB value is (206,19,136). Sum of RGB (Red+Green+Blue) = 206+19+136=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1388 is #31EC77. Grayscale: #575757. Windows color (decimal): -3271800 or 8917966. OLE color: 8917966.

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

Color convert

RGB 206 19 136 -
CMYK 0 0.91 0.34 0.19
HSL 322.46º 0.83% 0.44% -
HSV(B) 322.46º 0.91% 0.81% -
XYZ 30.13 15.37 24.67 -
YUV 88.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 206 19 136 0 0.91 0.34 0.19 322.46 0.83 0.44
Hex CE 13 88 0 5B 22 13 142 53 2C
Octal 316 23 210 0 133 42 23 502 123 54
Binary 11001110 10011 10001000 0 1011011 100010 10011 101000010 1010011 101100

Color Harmonies of #CE1388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1388

Black with #CE1388

Text Example


Text Example

White with #CE1388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1388; }

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

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

background-color css

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

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

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

border-color css

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

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

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