Html Css Color HEX #CE2181 Medium Violet Red

📋 copy color: '#CE2181'

red 206 ◦ green 33 ◦ blue 129

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

Shades of Medium Violet Red #CE2181

Tints of Medium Violet Red #CE2181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.97%

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

R = 55.98%
G = 8.97%
B = 35.05%

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

#CE2181 (or 0xCE2181) is known color: Medium Violet Red. HEX triplet: CE, 21 and 81. RGB value is (206,33,129). Sum of RGB (Red+Green+Blue) = 206+33+129=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2181 is #31DE7E. Grayscale: #5F5F5F. Windows color (decimal): -3268223 or 8462798. OLE color: 8462798.

HSL color Cylindrical-coordinate representation of color #CE2181: hue angle of 326.71º degrees, saturation: 0.72, 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 #CE2181 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 129 -
CMYK 0 0.84 0.37 0.19
HSL 326.71º 0.72% 0.47% -
HSV(B) 326.71º 0.84% 0.81% -
XYZ 29.96 15.79 22.24 -
YUV 95.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 206 33 129 0 0.84 0.37 0.19 326.71 0.72 0.47
Hex CE 21 81 0 54 25 13 147 48 2F
Octal 316 41 201 0 124 45 23 507 110 57
Binary 11001110 100001 10000001 0 1010100 100101 10011 101000111 1001000 101111

Color Harmonies of #CE2181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2181

Black with #CE2181

Text Example


Text Example

White with #CE2181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2181; }

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

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

background-color css

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

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

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

border-color css

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

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

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