Html Css Color HEX #CE15AB Medium Violet Red

📋 copy color: '#CE15AB'

red 206 ◦ green 21 ◦ blue 171

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

Shades of Medium Violet Red #CE15AB

Tints of Medium Violet Red #CE15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

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

R = 51.76%
G = 5.28%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE15AB (or 0xCE15AB) is known color: Medium Violet Red. HEX triplet: CE, 15 and AB. RGB value is (206,21,171). Sum of RGB (Red+Green+Blue) = 206+21+171=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE15AB is #31EA54. Grayscale: #5D5D5D. Windows color (decimal): -3271253 or 11212238. OLE color: 11212238.

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

Color convert

RGB 206 21 171 -
CMYK 0 0.90 0.17 0.19
HSL 311.35º 0.81% 0.45% -
HSV(B) 311.35º 0.9% 0.81% -
XYZ 33.07 16.6 39.99 -
YUV 93.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 206 21 171 0 0.90 0.17 0.19 311.35 0.81 0.45
Hex CE 15 AB 0 5A 11 13 137 51 2D
Octal 316 25 253 0 132 21 23 467 121 55
Binary 11001110 10101 10101011 0 1011010 10001 10011 100110111 1010001 101101

Color Harmonies of #CE15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15AB

Black with #CE15AB

Text Example


Text Example

White with #CE15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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