Html Css Color HEX #CE1B82 Medium Violet Red

📋 copy color: '#CE1B82'

red 206 ◦ green 27 ◦ blue 130

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

Shades of Medium Violet Red #CE1B82

Tints of Medium Violet Red #CE1B82

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 56.75%
G = 7.44%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE1B82 (or 0xCE1B82) is known color: Medium Violet Red. HEX triplet: CE, 1B and 82. RGB value is (206,27,130). Sum of RGB (Red+Green+Blue) = 206+27+130=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B82 is #31E47D. Grayscale: #5C5C5C. Windows color (decimal): -3269758 or 8526798. OLE color: 8526798.

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

Color convert

RGB 206 27 130 -
CMYK 0 0.87 0.37 0.19
HSL 325.47º 0.77% 0.46% -
HSV(B) 325.47º 0.87% 0.81% -
XYZ 29.87 15.52 22.54 -
YUV 92.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 206 27 130 0 0.87 0.37 0.19 325.47 0.77 0.46
Hex CE 1B 82 0 57 25 13 145 4D 2E
Octal 316 33 202 0 127 45 23 505 115 56
Binary 11001110 11011 10000010 0 1010111 100101 10011 101000101 1001101 101110

Color Harmonies of #CE1B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B82

Black with #CE1B82

Text Example


Text Example

White with #CE1B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B82; }

 p { color: rgb(206,27,130); }

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

background-color css

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

 a { background-color: rgb(206,27,130); }

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

border-color css

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

 span { border-color: rgb(206,27,130); }

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