Html Css Color HEX #CE21A0 Medium Violet Red

📋 copy color: '#CE21A0'

red 206 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #CE21A0

Tints of Medium Violet Red #CE21A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 51.63%
G = 8.27%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE21A0 (or 0xCE21A0) is known color: Medium Violet Red. HEX triplet: CE, 21 and A0. RGB value is (206,33,160). Sum of RGB (Red+Green+Blue) = 206+33+160=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21A0 is #31DE5F. Grayscale: #626262. Windows color (decimal): -3268192 or 10494414. OLE color: 10494414.

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

Color convert

RGB 206 33 160 -
CMYK 0 0.84 0.22 0.19
HSL 315.95º 0.72% 0.47% -
HSV(B) 315.95º 0.84% 0.81% -
XYZ 32.34 16.75 34.79 -
YUV 99.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 206 33 160 0 0.84 0.22 0.19 315.95 0.72 0.47
Hex CE 21 A0 0 54 16 13 13C 48 2F
Octal 316 41 240 0 124 26 23 474 110 57
Binary 11001110 100001 10100000 0 1010100 10110 10011 100111100 1001000 101111

Color Harmonies of #CE21A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21A0

Black with #CE21A0

Text Example


Text Example

White with #CE21A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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