Html Css Color HEX #CE1473 Medium Violet Red

📋 copy color: '#CE1473'

red 206 ◦ green 20 ◦ blue 115

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

Shades of Medium Violet Red #CE1473

Tints of Medium Violet Red #CE1473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 60.41%
G = 5.87%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE1473 (or 0xCE1473) is known color: Medium Violet Red. HEX triplet: CE, 14 and 73. RGB value is (206,20,115). Sum of RGB (Red+Green+Blue) = 206+20+115=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1473 is #31EB8C. Grayscale: #565656. Windows color (decimal): -3271565 or 7541966. OLE color: 7541966.

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

Color convert

RGB 206 20 115 -
CMYK 0 0.90 0.44 0.19
HSL 329.35º 0.82% 0.44% -
HSV(B) 329.35º 0.9% 0.81% -
XYZ 28.8 14.86 17.57 -
YUV 86.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 206 20 115 0 0.90 0.44 0.19 329.35 0.82 0.44
Hex CE 14 73 0 5A 2C 13 149 52 2C
Octal 316 24 163 0 132 54 23 511 122 54
Binary 11001110 10100 1110011 0 1011010 101100 10011 101001001 1010010 101100

Color Harmonies of #CE1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1473

Black with #CE1473

Text Example


Text Example

White with #CE1473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1473; }

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

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

background-color css

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

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

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

border-color css

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

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

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