Html Css Color HEX #CE1381 Medium Violet Red

📋 copy color: '#CE1381'

red 206 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #CE1381

Tints of Medium Violet Red #CE1381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 58.19%
G = 5.37%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE1381 (or 0xCE1381) is known color: Medium Violet Red. HEX triplet: CE, 13 and 81. RGB value is (206,19,129). Sum of RGB (Red+Green+Blue) = 206+19+129=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1381 is #31EC7E. Grayscale: #575757. Windows color (decimal): -3271807 or 8459214. OLE color: 8459214.

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

Color convert

RGB 206 19 129 -
CMYK 0 0.91 0.37 0.19
HSL 324.71º 0.83% 0.44% -
HSV(B) 324.71º 0.91% 0.81% -
XYZ 29.65 15.17 22.13 -
YUV 87.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 206 19 129 0 0.91 0.37 0.19 324.71 0.83 0.44
Hex CE 13 81 0 5B 25 13 145 53 2C
Octal 316 23 201 0 133 45 23 505 123 54
Binary 11001110 10011 10000001 0 1011011 100101 10011 101000101 1010011 101100

Color Harmonies of #CE1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1381

Black with #CE1381

Text Example


Text Example

White with #CE1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1381; }

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

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

background-color css

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

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

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

border-color css

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

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

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