Html Css Color HEX #CE0771 Medium Violet Red

📋 copy color: '#CE0771'

red 206 ◦ green 7 ◦ blue 113

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

Shades of Medium Violet Red #CE0771

Tints of Medium Violet Red #CE0771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 63.19%
G = 2.15%
B = 34.66%

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

#CE0771 (or 0xCE0771) is known color: Medium Violet Red. HEX triplet: CE, 07 and 71. RGB value is (206,7,113). Sum of RGB (Red+Green+Blue) = 206+7+113=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0771 is #31F88E. Grayscale: #4E4E4E. Windows color (decimal): -3274895 or 7407566. OLE color: 7407566.

HSL color Cylindrical-coordinate representation of color #CE0771: hue angle of 328.04º 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 #CE0771 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 113 -
CMYK 0 0.97 0.45 0.19
HSL 328.04º 0.93% 0.42% -
HSV(B) 328.04º 0.97% 0.81% -
XYZ 28.51 14.47 16.91 -
YUV 78.59 147.43 218.88 -
System Red Green Blue C M Y K H S L
Decimal 206 7 113 0 0.97 0.45 0.19 328.04 0.93 0.42
Hex CE 7 71 0 61 2D 13 148 5D 2A
Octal 316 7 161 0 141 55 23 510 135 52
Binary 11001110 111 1110001 0 1100001 101101 10011 101001000 1011101 101010

Color Harmonies of #CE0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0771

Black with #CE0771

Text Example


Text Example

White with #CE0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0771; }

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

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

background-color css

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

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

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

border-color css

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

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

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