Html Css Color HEX #CE2076 Medium Violet Red

📋 copy color: '#CE2076'

red 206 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #CE2076

Tints of Medium Violet Red #CE2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 57.87%
G = 8.99%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE2076 (or 0xCE2076) is known color: Medium Violet Red. HEX triplet: CE, 20 and 76. RGB value is (206,32,118). Sum of RGB (Red+Green+Blue) = 206+32+118=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2076 is #31DF89. Grayscale: #5D5D5D. Windows color (decimal): -3268490 or 7741646. OLE color: 7741646.

HSL color Cylindrical-coordinate representation of color #CE2076: hue angle of 330.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2076 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 118 -
CMYK 0 0.84 0.43 0.19
HSL 330.34º 0.73% 0.47% -
HSV(B) 330.34º 0.84% 0.81% -
XYZ 29.24 15.46 18.58 -
YUV 93.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 206 32 118 0 0.84 0.43 0.19 330.34 0.73 0.47
Hex CE 20 76 0 54 2B 13 14A 49 2F
Octal 316 40 166 0 124 53 23 512 111 57
Binary 11001110 100000 1110110 0 1010100 101011 10011 101001010 1001001 101111

Color Harmonies of #CE2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2076

Black with #CE2076

Text Example


Text Example

White with #CE2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2076; }

 p { color: rgb(206,32,118); }

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

background-color css

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

 a { background-color: rgb(206,32,118); }

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

border-color css

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

 span { border-color: rgb(206,32,118); }

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