Html Css Color HEX #CE1072 Medium Violet Red

📋 copy color: '#CE1072'

red 206 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #CE1072

Tints of Medium Violet Red #CE1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 61.31%
G = 4.76%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE1072 (or 0xCE1072) is known color: Medium Violet Red. HEX triplet: CE, 10 and 72. RGB value is (206,16,114). Sum of RGB (Red+Green+Blue) = 206+16+114=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1072 is #31EF8D. Grayscale: #535353. Windows color (decimal): -3272590 or 7475406. OLE color: 7475406.

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

Color convert

RGB 206 16 114 -
CMYK 0 0.92 0.45 0.19
HSL 329.05º 0.86% 0.44% -
HSV(B) 329.05º 0.92% 0.81% -
XYZ 28.68 14.71 17.25 -
YUV 83.98 144.95 215.03 -
System Red Green Blue C M Y K H S L
Decimal 206 16 114 0 0.92 0.45 0.19 329.05 0.86 0.44
Hex CE 10 72 0 5C 2D 13 149 56 2C
Octal 316 20 162 0 134 55 23 511 126 54
Binary 11001110 10000 1110010 0 1011100 101101 10011 101001001 1010110 101100

Color Harmonies of #CE1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1072

Black with #CE1072

Text Example


Text Example

White with #CE1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1072; }

 p { color: rgb(206,16,114); }

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

background-color css

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

 a { background-color: rgb(206,16,114); }

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

border-color css

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

 span { border-color: rgb(206,16,114); }

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