Html Css Color HEX #CE018F Medium Violet Red

📋 copy color: '#CE018F'

red 206 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #CE018F

Tints of Medium Violet Red #CE018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 58.86%
G = 0.29%
B = 40.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE018F (or 0xCE018F) is known color: Medium Violet Red. HEX triplet: CE, 01 and 8F. RGB value is (206,1,143). Sum of RGB (Red+Green+Blue) = 206+1+143=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE018F is #31FE70. Grayscale: #4E4E4E. Windows color (decimal): -3276401 or 9372110. OLE color: 9372110.

HSL color Cylindrical-coordinate representation of color #CE018F: hue angle of 318.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE018F is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 143 -
CMYK 0 1.00 0.31 0.19
HSL 318.44º 0.99% 0.41% -
HSV(B) 318.44º 1% 0.81% -
XYZ 30.42 15.13 27.3 -
YUV 78.48 164.42 218.95 -
System Red Green Blue C M Y K H S L
Decimal 206 1 143 0 1.00 0.31 0.19 318.44 0.99 0.41
Hex CE 1 8F 0 64 1F 13 13E 63 29
Octal 316 1 217 0 144 37 23 476 143 51
Binary 11001110 1 10001111 0 1100100 11111 10011 100111110 1100011 101001

Color Harmonies of #CE018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE018F

Black with #CE018F

Text Example


Text Example

White with #CE018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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