Html Css Color HEX #CE1373 Medium Violet Red

📋 copy color: '#CE1373'

red 206 ◦ green 19 ◦ blue 115

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

Shades of Medium Violet Red #CE1373

Tints of Medium Violet Red #CE1373

RGB

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

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

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

R = 60.59%
G = 5.59%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE1373 (or 0xCE1373) is known color: Medium Violet Red. HEX triplet: CE, 13 and 73. RGB value is (206,19,115). Sum of RGB (Red+Green+Blue) = 206+19+115=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1373 is #31EC8C. Grayscale: #555555. Windows color (decimal): -3271821 or 7541710. OLE color: 7541710.

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

Color convert

RGB 206 19 115 -
CMYK 0 0.91 0.44 0.19
HSL 329.2º 0.83% 0.44% -
HSV(B) 329.2º 0.91% 0.81% -
XYZ 28.78 14.83 17.56 -
YUV 85.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 206 19 115 0 0.91 0.44 0.19 329.2 0.83 0.44
Hex CE 13 73 0 5B 2C 13 149 53 2C
Octal 316 23 163 0 133 54 23 511 123 54
Binary 11001110 10011 1110011 0 1011011 101100 10011 101001001 1010011 101100

Color Harmonies of #CE1373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1373

Black with #CE1373

Text Example


Text Example

White with #CE1373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1373; }

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

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

background-color css

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

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

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

border-color css

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

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

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