Html Css Color HEX #CE019A Medium Violet Red

📋 copy color: '#CE019A'

red 206 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #CE019A

Tints of Medium Violet Red #CE019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 57.06%
G = 0.28%
B = 42.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE019A (or 0xCE019A) is known color: Medium Violet Red. HEX triplet: CE, 01 and 9A. RGB value is (206,1,154). Sum of RGB (Red+Green+Blue) = 206+1+154=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE019A is #31FE65. Grayscale: #4F4F4F. Windows color (decimal): -3276390 or 10093006. OLE color: 10093006.

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

Color convert

RGB 206 1 154 -
CMYK 0 1.00 0.25 0.19
HSL 315.22º 0.99% 0.41% -
HSV(B) 315.22º 1% 0.81% -
XYZ 31.3 15.48 31.91 -
YUV 79.74 169.92 218.06 -
System Red Green Blue C M Y K H S L
Decimal 206 1 154 0 1.00 0.25 0.19 315.22 0.99 0.41
Hex CE 1 9A 0 64 19 13 13B 63 29
Octal 316 1 232 0 144 31 23 473 143 51
Binary 11001110 1 10011010 0 1100100 11001 10011 100111011 1100011 101001

Color Harmonies of #CE019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE019A

Black with #CE019A

Text Example


Text Example

White with #CE019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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