Html Css Color HEX #CE1475 Medium Violet Red

📋 copy color: '#CE1475'

red 206 ◦ green 20 ◦ blue 117

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

Shades of Medium Violet Red #CE1475

Tints of Medium Violet Red #CE1475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

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

R = 60.06%
G = 5.83%
B = 34.11%

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

#CE1475 (or 0xCE1475) is known color: Medium Violet Red. HEX triplet: CE, 14 and 75. RGB value is (206,20,117). Sum of RGB (Red+Green+Blue) = 206+20+117=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1475 is #31EB8A. Grayscale: #565656. Windows color (decimal): -3271563 or 7673038. OLE color: 7673038.

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

Color convert

RGB 206 20 117 -
CMYK 0 0.90 0.43 0.19
HSL 328.71º 0.82% 0.44% -
HSV(B) 328.71º 0.9% 0.81% -
XYZ 28.91 14.91 18.18 -
YUV 86.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 206 20 117 0 0.90 0.43 0.19 328.71 0.82 0.44
Hex CE 14 75 0 5A 2B 13 149 52 2C
Octal 316 24 165 0 132 53 23 511 122 54
Binary 11001110 10100 1110101 0 1011010 101011 10011 101001001 1010010 101100

Color Harmonies of #CE1475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1475

Black with #CE1475

Text Example


Text Example

White with #CE1475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1475; }

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

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

background-color css

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

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

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

border-color css

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

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

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