Html Css Color HEX #CE19AB Medium Violet Red

📋 copy color: '#CE19AB'

red 206 ◦ green 25 ◦ blue 171

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

Shades of Medium Violet Red #CE19AB

Tints of Medium Violet Red #CE19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 51.24%
G = 6.22%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE19AB (or 0xCE19AB) is known color: Medium Violet Red. HEX triplet: CE, 19 and AB. RGB value is (206,25,171). Sum of RGB (Red+Green+Blue) = 206+25+171=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE19AB is #31E654. Grayscale: #5F5F5F. Windows color (decimal): -3270229 or 11213262. OLE color: 11213262.

HSL color Cylindrical-coordinate representation of color #CE19AB: hue angle of 311.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE19AB is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 171 -
CMYK 0 0.88 0.17 0.19
HSL 311.6º 0.78% 0.45% -
HSV(B) 311.6º 0.88% 0.81% -
XYZ 33.15 16.76 40.02 -
YUV 95.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 206 25 171 0 0.88 0.17 0.19 311.6 0.78 0.45
Hex CE 19 AB 0 58 11 13 138 4E 2D
Octal 316 31 253 0 130 21 23 470 116 55
Binary 11001110 11001 10101011 0 1011000 10001 10011 100111000 1001110 101101

Color Harmonies of #CE19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19AB

Black with #CE19AB

Text Example


Text Example

White with #CE19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19AB; }

 p { color: rgb(206,25,171); }

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

background-color css

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

 a { background-color: rgb(206,25,171); }

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

border-color css

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

 span { border-color: rgb(206,25,171); }

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