Html Css Color HEX #CE1D72 Medium Violet Red

📋 copy color: '#CE1D72'

red 206 ◦ green 29 ◦ blue 114

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

Shades of Medium Violet Red #CE1D72

Tints of Medium Violet Red #CE1D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

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

R = 59.03%
G = 8.31%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE1D72 (or 0xCE1D72) is known color: Medium Violet Red. HEX triplet: CE, 1D and 72. RGB value is (206,29,114). Sum of RGB (Red+Green+Blue) = 206+29+114=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D72 is #31E28D. Grayscale: #5B5B5B. Windows color (decimal): -3269262 or 7478734. OLE color: 7478734.

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

Color convert

RGB 206 29 114 -
CMYK 0 0.86 0.45 0.19
HSL 331.19º 0.75% 0.46% -
HSV(B) 331.19º 0.86% 0.81% -
XYZ 28.93 15.22 17.33 -
YUV 91.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 206 29 114 0 0.86 0.45 0.19 331.19 0.75 0.46
Hex CE 1D 72 0 56 2D 13 14B 4B 2E
Octal 316 35 162 0 126 55 23 513 113 56
Binary 11001110 11101 1110010 0 1010110 101101 10011 101001011 1001011 101110

Color Harmonies of #CE1D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D72

Black with #CE1D72

Text Example


Text Example

White with #CE1D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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