Html Css Color HEX #CE24AA Medium Violet Red

📋 copy color: '#CE24AA'

red 206 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #CE24AA

Tints of Medium Violet Red #CE24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.74%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 50%
G = 8.74%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE24AA (or 0xCE24AA) is known color: Medium Violet Red. HEX triplet: CE, 24 and AA. RGB value is (206,36,170). Sum of RGB (Red+Green+Blue) = 206+36+170=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE24AA is #31DB55. Grayscale: #656565. Windows color (decimal): -3267414 or 11150542. OLE color: 11150542.

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

Color convert

RGB 206 36 170 -
CMYK 0 0.83 0.17 0.19
HSL 312.71º 0.7% 0.47% -
HSV(B) 312.71º 0.83% 0.81% -
XYZ 33.34 17.29 39.61 -
YUV 102.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 206 36 170 0 0.83 0.17 0.19 312.71 0.7 0.47
Hex CE 24 AA 0 53 11 13 139 46 2F
Octal 316 44 252 0 123 21 23 471 106 57
Binary 11001110 100100 10101010 0 1010011 10001 10011 100111001 1000110 101111

Color Harmonies of #CE24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24AA

Black with #CE24AA

Text Example


Text Example

White with #CE24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24AA; }

 p { color: rgb(206,36,170); }

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

background-color css

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

 a { background-color: rgb(206,36,170); }

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

border-color css

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

 span { border-color: rgb(206,36,170); }

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