Html Css Color HEX #CE21AB Medium Violet Red

📋 copy color: '#CE21AB'

red 206 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #CE21AB

Tints of Medium Violet Red #CE21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.05%

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

R = 50.24%
G = 8.05%
B = 41.71%

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

#CE21AB (or 0xCE21AB) is known color: Medium Violet Red. HEX triplet: CE, 21 and AB. RGB value is (206,33,171). Sum of RGB (Red+Green+Blue) = 206+33+171=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21AB is #31DE54. Grayscale: #646464. Windows color (decimal): -3268181 or 11215310. OLE color: 11215310.

HSL color Cylindrical-coordinate representation of color #CE21AB: hue angle of 312.14º degrees, saturation: 0.72, 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 #CE21AB is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 171 -
CMYK 0 0.84 0.17 0.19
HSL 312.14º 0.72% 0.47% -
HSV(B) 312.14º 0.84% 0.81% -
XYZ 33.35 17.15 40.08 -
YUV 100.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 206 33 171 0 0.84 0.17 0.19 312.14 0.72 0.47
Hex CE 21 AB 0 54 11 13 138 48 2F
Octal 316 41 253 0 124 21 23 470 110 57
Binary 11001110 100001 10101011 0 1010100 10001 10011 100111000 1001000 101111

Color Harmonies of #CE21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21AB

Black with #CE21AB

Text Example


Text Example

White with #CE21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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