Html Css Color HEX #CE21A7 Medium Violet Red

📋 copy color: '#CE21A7'

red 206 ◦ green 33 ◦ blue 167

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

Shades of Medium Violet Red #CE21A7

Tints of Medium Violet Red #CE21A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.13%

R = 50.74%
G = 8.13%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE21A7 (or 0xCE21A7) is known color: Medium Violet Red. HEX triplet: CE, 21 and A7. RGB value is (206,33,167). Sum of RGB (Red+Green+Blue) = 206+33+167=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21A7 is #31DE58. Grayscale: #636363. Windows color (decimal): -3268185 or 10953166. OLE color: 10953166.

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

Color convert

RGB 206 33 167 -
CMYK 0 0.84 0.19 0.19
HSL 313.53º 0.72% 0.47% -
HSV(B) 313.53º 0.84% 0.81% -
XYZ 32.97 17 38.1 -
YUV 100 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 206 33 167 0 0.84 0.19 0.19 313.53 0.72 0.47
Hex CE 21 A7 0 54 13 13 13A 48 2F
Octal 316 41 247 0 124 23 23 472 110 57
Binary 11001110 100001 10100111 0 1010100 10011 10011 100111010 1001000 101111

Color Harmonies of #CE21A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21A7

Black with #CE21A7

Text Example


Text Example

White with #CE21A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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