Html Css Color HEX #CE1972 Medium Violet Red

📋 copy color: '#CE1972'

red 206 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #CE1972

Tints of Medium Violet Red #CE1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

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

R = 59.71%
G = 7.25%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE1972 (or 0xCE1972) is known color: Medium Violet Red. HEX triplet: CE, 19 and 72. RGB value is (206,25,114). Sum of RGB (Red+Green+Blue) = 206+25+114=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1972 is #31E68D. Grayscale: #595959. Windows color (decimal): -3270286 or 7477710. OLE color: 7477710.

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

Color convert

RGB 206 25 114 -
CMYK 0 0.88 0.45 0.19
HSL 330.5º 0.78% 0.45% -
HSV(B) 330.5º 0.88% 0.81% -
XYZ 28.84 15.03 17.3 -
YUV 89.27 141.97 211.26 -
System Red Green Blue C M Y K H S L
Decimal 206 25 114 0 0.88 0.45 0.19 330.5 0.78 0.45
Hex CE 19 72 0 58 2D 13 14A 4E 2D
Octal 316 31 162 0 130 55 23 512 116 55
Binary 11001110 11001 1110010 0 1011000 101101 10011 101001010 1001110 101101

Color Harmonies of #CE1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1972

Black with #CE1972

Text Example


Text Example

White with #CE1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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