Html Css Color HEX #CE20AB Medium Violet Red

📋 copy color: '#CE20AB'

red 206 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #CE20AB

Tints of Medium Violet Red #CE20AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.82%

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

R = 50.37%
G = 7.82%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE20AB (or 0xCE20AB) is known color: Medium Violet Red. HEX triplet: CE, 20 and AB. RGB value is (206,32,171). Sum of RGB (Red+Green+Blue) = 206+32+171=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20AB is #31DF54. Grayscale: #636363. Windows color (decimal): -3268437 or 11215054. OLE color: 11215054.

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

Color convert

RGB 206 32 171 -
CMYK 0 0.84 0.17 0.19
HSL 312.07º 0.73% 0.47% -
HSV(B) 312.07º 0.84% 0.81% -
XYZ 33.32 17.1 40.07 -
YUV 99.87 168.15 203.7 -
System Red Green Blue C M Y K H S L
Decimal 206 32 171 0 0.84 0.17 0.19 312.07 0.73 0.47
Hex CE 20 AB 0 54 11 13 138 49 2F
Octal 316 40 253 0 124 21 23 470 111 57
Binary 11001110 100000 10101011 0 1010100 10001 10011 100111000 1001001 101111

Color Harmonies of #CE20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20AB

Black with #CE20AB

Text Example


Text Example

White with #CE20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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