Html Css Color HEX #CE2082 Medium Violet Red

📋 copy color: '#CE2082'

red 206 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #CE2082

Tints of Medium Violet Red #CE2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

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

R = 55.98%
G = 8.7%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE2082 (or 0xCE2082) is known color: Medium Violet Red. HEX triplet: CE, 20 and 82. RGB value is (206,32,130). Sum of RGB (Red+Green+Blue) = 206+32+130=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2082 is #31DF7D. Grayscale: #5E5E5E. Windows color (decimal): -3268478 or 8528078. OLE color: 8528078.

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

Color convert

RGB 206 32 130 -
CMYK 0 0.84 0.37 0.19
HSL 326.21º 0.73% 0.47% -
HSV(B) 326.21º 0.84% 0.81% -
XYZ 30 15.77 22.58 -
YUV 95.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 206 32 130 0 0.84 0.37 0.19 326.21 0.73 0.47
Hex CE 20 82 0 54 25 13 146 49 2F
Octal 316 40 202 0 124 45 23 506 111 57
Binary 11001110 100000 10000010 0 1010100 100101 10011 101000110 1001001 101111

Color Harmonies of #CE2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2082

Black with #CE2082

Text Example


Text Example

White with #CE2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2082; }

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

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

background-color css

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

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

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

border-color css

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

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

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