Html Css Color HEX #CE018C Medium Violet Red

📋 copy color: '#CE018C'

red 206 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #CE018C

Tints of Medium Violet Red #CE018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 59.37%
G = 0.29%
B = 40.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE018C (or 0xCE018C) is known color: Medium Violet Red. HEX triplet: CE, 01 and 8C. RGB value is (206,1,140). Sum of RGB (Red+Green+Blue) = 206+1+140=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE018C is #31FE73. Grayscale: #4D4D4D. Windows color (decimal): -3276404 or 9175502. OLE color: 9175502.

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

Color convert

RGB 206 1 140 -
CMYK 0 1.00 0.32 0.19
HSL 319.32º 0.99% 0.41% -
HSV(B) 319.32º 1% 0.81% -
XYZ 30.2 15.04 26.12 -
YUV 78.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 206 1 140 0 1.00 0.32 0.19 319.32 0.99 0.41
Hex CE 1 8C 0 64 20 13 13F 63 29
Octal 316 1 214 0 144 40 23 477 143 51
Binary 11001110 1 10001100 0 1100100 100000 10011 100111111 1100011 101001

Color Harmonies of #CE018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE018C

Black with #CE018C

Text Example


Text Example

White with #CE018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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