Html Css Color HEX #CE1575 Medium Violet Red

📋 copy color: '#CE1575'

red 206 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #CE1575

Tints of Medium Violet Red #CE1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 59.88%
G = 6.1%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE1575 (or 0xCE1575) is known color: Medium Violet Red. HEX triplet: CE, 15 and 75. RGB value is (206,21,117). Sum of RGB (Red+Green+Blue) = 206+21+117=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1575 is #31EA8A. Grayscale: #575757. Windows color (decimal): -3271307 or 7673294. OLE color: 7673294.

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

Color convert

RGB 206 21 117 -
CMYK 0 0.90 0.43 0.19
HSL 328.86º 0.81% 0.45% -
HSV(B) 328.86º 0.9% 0.81% -
XYZ 28.93 14.94 18.19 -
YUV 87.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 206 21 117 0 0.90 0.43 0.19 328.86 0.81 0.45
Hex CE 15 75 0 5A 2B 13 149 51 2D
Octal 316 25 165 0 132 53 23 511 121 55
Binary 11001110 10101 1110101 0 1011010 101011 10011 101001001 1010001 101101

Color Harmonies of #CE1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1575

Black with #CE1575

Text Example


Text Example

White with #CE1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1575; }

 p { color: rgb(206,21,117); }

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

background-color css

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

 a { background-color: rgb(206,21,117); }

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

border-color css

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

 span { border-color: rgb(206,21,117); }

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