Html Css Color HEX #CE22A5 Medium Violet Red

📋 copy color: '#CE22A5'

red 206 ◦ green 34 ◦ blue 165

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

Shades of Medium Violet Red #CE22A5

Tints of Medium Violet Red #CE22A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 50.86%
G = 8.4%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE22A5 (or 0xCE22A5) is known color: Medium Violet Red. HEX triplet: CE, 22 and A5. RGB value is (206,34,165). Sum of RGB (Red+Green+Blue) = 206+34+165=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE22A5 is #31DD5A. Grayscale: #646464. Windows color (decimal): -3267931 or 10822350. OLE color: 10822350.

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

Color convert

RGB 206 34 165 -
CMYK 0 0.83 0.20 0.19
HSL 314.3º 0.72% 0.47% -
HSV(B) 314.3º 0.83% 0.81% -
XYZ 32.82 16.98 37.15 -
YUV 100.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 206 34 165 0 0.83 0.20 0.19 314.3 0.72 0.47
Hex CE 22 A5 0 53 14 13 13A 48 2F
Octal 316 42 245 0 123 24 23 472 110 57
Binary 11001110 100010 10100101 0 1010011 10100 10011 100111010 1001000 101111

Color Harmonies of #CE22A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22A5

Black with #CE22A5

Text Example


Text Example

White with #CE22A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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