Html Css Color HEX #CE2085 Medium Violet Red

📋 copy color: '#CE2085'

red 206 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #CE2085

Tints of Medium Violet Red #CE2085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 55.53%
G = 8.63%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE2085 (or 0xCE2085) is known color: Medium Violet Red. HEX triplet: CE, 20 and 85. RGB value is (206,32,133). Sum of RGB (Red+Green+Blue) = 206+32+133=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2085 is #31DF7A. Grayscale: #5F5F5F. Windows color (decimal): -3268475 or 8724686. OLE color: 8724686.

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

Color convert

RGB 206 32 133 -
CMYK 0 0.84 0.35 0.19
HSL 325.17º 0.73% 0.47% -
HSV(B) 325.17º 0.84% 0.81% -
XYZ 30.2 15.85 23.66 -
YUV 95.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 206 32 133 0 0.84 0.35 0.19 325.17 0.73 0.47
Hex CE 20 85 0 54 23 13 145 49 2F
Octal 316 40 205 0 124 43 23 505 111 57
Binary 11001110 100000 10000101 0 1010100 100011 10011 101000101 1001001 101111

Color Harmonies of #CE2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2085

Black with #CE2085

Text Example


Text Example

White with #CE2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2085; }

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

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

background-color css

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

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

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

border-color css

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

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

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