Html Css Color HEX #CE019C Medium Violet Red

📋 copy color: '#CE019C'

red 206 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #CE019C

Tints of Medium Violet Red #CE019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 56.75%
G = 0.28%
B = 42.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE019C (or 0xCE019C) is known color: Medium Violet Red. HEX triplet: CE, 01 and 9C. RGB value is (206,1,156). Sum of RGB (Red+Green+Blue) = 206+1+156=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE019C is #31FE63. Grayscale: #4F4F4F. Windows color (decimal): -3276388 or 10224078. OLE color: 10224078.

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

Color convert

RGB 206 1 156 -
CMYK 0 1.00 0.24 0.19
HSL 314.63º 0.99% 0.41% -
HSV(B) 314.63º 1% 0.81% -
XYZ 31.47 15.54 32.79 -
YUV 79.97 170.92 217.9 -
System Red Green Blue C M Y K H S L
Decimal 206 1 156 0 1.00 0.24 0.19 314.63 0.99 0.41
Hex CE 1 9C 0 64 18 13 13B 63 29
Octal 316 1 234 0 144 30 23 473 143 51
Binary 11001110 1 10011100 0 1100100 11000 10011 100111011 1100011 101001

Color Harmonies of #CE019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE019C

Black with #CE019C

Text Example


Text Example

White with #CE019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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