Html Css Color HEX #CE0280 Medium Violet Red

📋 copy color: '#CE0280'

red 206 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #CE0280

Tints of Medium Violet Red #CE0280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 61.31%
G = 0.6%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE0280 (or 0xCE0280) is known color: Medium Violet Red. HEX triplet: CE, 02 and 80. RGB value is (206,2,128). Sum of RGB (Red+Green+Blue) = 206+2+128=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0280 is #31FD7F. Grayscale: #4D4D4D. Windows color (decimal): -3276160 or 8389326. OLE color: 8389326.

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

Color convert

RGB 206 2 128 -
CMYK 0 0.99 0.38 0.19
HSL 322.94º 0.98% 0.41% -
HSV(B) 322.94º 0.99% 0.81% -
XYZ 29.37 14.72 21.72 -
YUV 77.36 156.59 219.75 -
System Red Green Blue C M Y K H S L
Decimal 206 2 128 0 0.99 0.38 0.19 322.94 0.98 0.41
Hex CE 2 80 0 63 26 13 143 62 29
Octal 316 2 200 0 143 46 23 503 142 51
Binary 11001110 10 10000000 0 1100011 100110 10011 101000011 1100010 101001

Color Harmonies of #CE0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0280

Black with #CE0280

Text Example


Text Example

White with #CE0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0280; }

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

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

background-color css

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

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

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

border-color css

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

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

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