Html Css Color HEX #CE1E8F Medium Violet Red

📋 copy color: '#CE1E8F'

red 206 ◦ green 30 ◦ blue 143

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

Shades of Medium Violet Red #CE1E8F

Tints of Medium Violet Red #CE1E8F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.92%

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 54.35%
G = 7.92%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE1E8F (or 0xCE1E8F) is known color: Medium Violet Red. HEX triplet: CE, 1E and 8F. RGB value is (206,30,143). Sum of RGB (Red+Green+Blue) = 206+30+143=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1E8F is #31E170. Grayscale: #5F5F5F. Windows color (decimal): -3268977 or 9379534. OLE color: 9379534.

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

Color convert

RGB 206 30 143 -
CMYK 0 0.85 0.31 0.19
HSL 321.48º 0.75% 0.46% -
HSV(B) 321.48º 0.85% 0.81% -
XYZ 30.88 16.03 27.45 -
YUV 95.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 206 30 143 0 0.85 0.31 0.19 321.48 0.75 0.46
Hex CE 1E 8F 0 55 1F 13 141 4B 2E
Octal 316 36 217 0 125 37 23 501 113 56
Binary 11001110 11110 10001111 0 1010101 11111 10011 101000001 1001011 101110

Color Harmonies of #CE1E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E8F

Black with #CE1E8F

Text Example


Text Example

White with #CE1E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E8F; }

 p { color: rgb(206,30,143); }

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

background-color css

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

 a { background-color: rgb(206,30,143); }

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

border-color css

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

 span { border-color: rgb(206,30,143); }

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