Html Css Color HEX #CE0279 Medium Violet Red

📋 copy color: '#CE0279'

red 206 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #CE0279

Tints of Medium Violet Red #CE0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 62.61%
G = 0.61%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE0279 (or 0xCE0279) is known color: Medium Violet Red. HEX triplet: CE, 02 and 79. RGB value is (206,2,121). Sum of RGB (Red+Green+Blue) = 206+2+121=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0279 is #31FD86. Grayscale: #4C4C4C. Windows color (decimal): -3276167 or 7930574. OLE color: 7930574.

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

Color convert

RGB 206 2 121 -
CMYK 0 0.99 0.41 0.19
HSL 325º 0.98% 0.41% -
HSV(B) 325º 0.99% 0.81% -
XYZ 28.93 14.55 19.37 -
YUV 76.56 153.09 220.32 -
System Red Green Blue C M Y K H S L
Decimal 206 2 121 0 0.99 0.41 0.19 325 0.98 0.41
Hex CE 2 79 0 63 29 13 145 62 29
Octal 316 2 171 0 143 51 23 505 142 51
Binary 11001110 10 1111001 0 1100011 101001 10011 101000101 1100010 101001

Color Harmonies of #CE0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0279

Black with #CE0279

Text Example


Text Example

White with #CE0279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0279; }

 p { color: rgb(206,2,121); }

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

background-color css

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

 a { background-color: rgb(206,2,121); }

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

border-color css

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

 span { border-color: rgb(206,2,121); }

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