Html Css Color HEX #CE1273 Medium Violet Red

📋 copy color: '#CE1273'

red 206 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #CE1273

Tints of Medium Violet Red #CE1273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.31%

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

R = 60.77%
G = 5.31%
B = 33.92%

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

#CE1273 (or 0xCE1273) is known color: Medium Violet Red. HEX triplet: CE, 12 and 73. RGB value is (206,18,115). Sum of RGB (Red+Green+Blue) = 206+18+115=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1273 is #31ED8C. Grayscale: #555555. Windows color (decimal): -3272077 or 7541454. OLE color: 7541454.

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

Color convert

RGB 206 18 115 -
CMYK 0 0.91 0.44 0.19
HSL 329.04º 0.84% 0.44% -
HSV(B) 329.04º 0.91% 0.81% -
XYZ 28.76 14.79 17.56 -
YUV 85.27 144.78 214.11 -
System Red Green Blue C M Y K H S L
Decimal 206 18 115 0 0.91 0.44 0.19 329.04 0.84 0.44
Hex CE 12 73 0 5B 2C 13 149 54 2C
Octal 316 22 163 0 133 54 23 511 124 54
Binary 11001110 10010 1110011 0 1011011 101100 10011 101001001 1010100 101100

Color Harmonies of #CE1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1273

Black with #CE1273

Text Example


Text Example

White with #CE1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1273; }

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

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

background-color css

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

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

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

border-color css

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

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

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