Html Css Color HEX #CE1481 Medium Violet Red

📋 copy color: '#CE1481'

red 206 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #CE1481

Tints of Medium Violet Red #CE1481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 58.03%
G = 5.63%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE1481 (or 0xCE1481) is known color: Medium Violet Red. HEX triplet: CE, 14 and 81. RGB value is (206,20,129). Sum of RGB (Red+Green+Blue) = 206+20+129=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1481 is #31EB7E. Grayscale: #575757. Windows color (decimal): -3271551 or 8459470. OLE color: 8459470.

HSL color Cylindrical-coordinate representation of color #CE1481: hue angle of 324.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1481 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 129 -
CMYK 0 0.90 0.37 0.19
HSL 324.84º 0.82% 0.44% -
HSV(B) 324.84º 0.9% 0.81% -
XYZ 29.67 15.21 22.14 -
YUV 88.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 206 20 129 0 0.90 0.37 0.19 324.84 0.82 0.44
Hex CE 14 81 0 5A 25 13 145 52 2C
Octal 316 24 201 0 132 45 23 505 122 54
Binary 11001110 10100 10000001 0 1011010 100101 10011 101000101 1010010 101100

Color Harmonies of #CE1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1481

Black with #CE1481

Text Example


Text Example

White with #CE1481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1481; }

 p { color: rgb(206,20,129); }

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

background-color css

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

 a { background-color: rgb(206,20,129); }

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

border-color css

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

 span { border-color: rgb(206,20,129); }

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