Html Css Color HEX #CE0772 Medium Violet Red

📋 copy color: '#CE0772'

red 206 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #CE0772

Tints of Medium Violet Red #CE0772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.14%

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

R = 63%
G = 2.14%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE0772 (or 0xCE0772) is known color: Medium Violet Red. HEX triplet: CE, 07 and 72. RGB value is (206,7,114). Sum of RGB (Red+Green+Blue) = 206+7+114=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0772 is #31F88D. Grayscale: #4E4E4E. Windows color (decimal): -3274894 or 7473102. OLE color: 7473102.

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

Color convert

RGB 206 7 114 -
CMYK 0 0.97 0.45 0.19
HSL 327.74º 0.93% 0.42% -
HSV(B) 327.74º 0.97% 0.81% -
XYZ 28.57 14.49 17.21 -
YUV 78.7 147.93 218.8 -
System Red Green Blue C M Y K H S L
Decimal 206 7 114 0 0.97 0.45 0.19 327.74 0.93 0.42
Hex CE 7 72 0 61 2D 13 148 5D 2A
Octal 316 7 162 0 141 55 23 510 135 52
Binary 11001110 111 1110010 0 1100001 101101 10011 101001000 1011101 101010

Color Harmonies of #CE0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0772

Black with #CE0772

Text Example


Text Example

White with #CE0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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