Html Css Color HEX #CE1084 Medium Violet Red

📋 copy color: '#CE1084'

red 206 ◦ green 16 ◦ blue 132

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

Shades of Medium Violet Red #CE1084

Tints of Medium Violet Red #CE1084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.52%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 58.19%
G = 4.52%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE1084 (or 0xCE1084) is known color: Medium Violet Red. HEX triplet: CE, 10 and 84. RGB value is (206,16,132). Sum of RGB (Red+Green+Blue) = 206+16+132=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1084 is #31EF7B. Grayscale: #555555. Windows color (decimal): -3272572 or 8655054. OLE color: 8655054.

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

Color convert

RGB 206 16 132 -
CMYK 0 0.92 0.36 0.19
HSL 323.37º 0.86% 0.44% -
HSV(B) 323.37º 0.92% 0.81% -
XYZ 29.8 15.16 23.18 -
YUV 86.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 206 16 132 0 0.92 0.36 0.19 323.37 0.86 0.44
Hex CE 10 84 0 5C 24 13 143 56 2C
Octal 316 20 204 0 134 44 23 503 126 54
Binary 11001110 10000 10000100 0 1011100 100100 10011 101000011 1010110 101100

Color Harmonies of #CE1084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1084

Black with #CE1084

Text Example


Text Example

White with #CE1084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1084; }

 p { color: rgb(206,16,132); }

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

background-color css

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

 a { background-color: rgb(206,16,132); }

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

border-color css

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

 span { border-color: rgb(206,16,132); }

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