Html Css Color HEX #CE1385 Medium Violet Red

📋 copy color: '#CE1385'

red 206 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #CE1385

Tints of Medium Violet Red #CE1385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 57.54%
G = 5.31%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE1385 (or 0xCE1385) is known color: Medium Violet Red. HEX triplet: CE, 13 and 85. RGB value is (206,19,133). Sum of RGB (Red+Green+Blue) = 206+19+133=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1385 is #31EC7A. Grayscale: #575757. Windows color (decimal): -3271803 or 8721358. OLE color: 8721358.

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

Color convert

RGB 206 19 133 -
CMYK 0 0.91 0.35 0.19
HSL 323.42º 0.83% 0.44% -
HSV(B) 323.42º 0.91% 0.81% -
XYZ 29.92 15.28 23.56 -
YUV 87.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 206 19 133 0 0.91 0.35 0.19 323.42 0.83 0.44
Hex CE 13 85 0 5B 23 13 143 53 2C
Octal 316 23 205 0 133 43 23 503 123 54
Binary 11001110 10011 10000101 0 1011011 100011 10011 101000011 1010011 101100

Color Harmonies of #CE1385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1385

Black with #CE1385

Text Example


Text Example

White with #CE1385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1385; }

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

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

background-color css

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

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

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

border-color css

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

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

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