Html Css Color HEX #CE22A0 Medium Violet Red

📋 copy color: '#CE22A0'

red 206 ◦ green 34 ◦ blue 160

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

Shades of Medium Violet Red #CE22A0

Tints of Medium Violet Red #CE22A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

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

R = 51.5%
G = 8.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE22A0 (or 0xCE22A0) is known color: Medium Violet Red. HEX triplet: CE, 22 and A0. RGB value is (206,34,160). Sum of RGB (Red+Green+Blue) = 206+34+160=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE22A0 is #31DD5F. Grayscale: #636363. Windows color (decimal): -3267936 or 10494670. OLE color: 10494670.

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

Color convert

RGB 206 34 160 -
CMYK 0 0.83 0.22 0.19
HSL 316.05º 0.72% 0.47% -
HSV(B) 316.05º 0.83% 0.81% -
XYZ 32.37 16.8 34.8 -
YUV 99.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 206 34 160 0 0.83 0.22 0.19 316.05 0.72 0.47
Hex CE 22 A0 0 53 16 13 13C 48 2F
Octal 316 42 240 0 123 26 23 474 110 57
Binary 11001110 100010 10100000 0 1010011 10110 10011 100111100 1001000 101111

Color Harmonies of #CE22A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22A0

Black with #CE22A0

Text Example


Text Example

White with #CE22A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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