Html Css Color HEX #CE24A5 Medium Violet Red

📋 copy color: '#CE24A5'

red 206 ◦ green 36 ◦ blue 165

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

Shades of Medium Violet Red #CE24A5

Tints of Medium Violet Red #CE24A5

RGB

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

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

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

R = 50.61%
G = 8.85%
B = 40.54%

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

#CE24A5 (or 0xCE24A5) is known color: Medium Violet Red. HEX triplet: CE, 24 and A5. RGB value is (206,36,165). Sum of RGB (Red+Green+Blue) = 206+36+165=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE24A5 is #31DB5A. Grayscale: #656565. Windows color (decimal): -3267419 or 10822862. OLE color: 10822862.

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

Color convert

RGB 206 36 165 -
CMYK 0 0.83 0.20 0.19
HSL 314.47º 0.7% 0.47% -
HSV(B) 314.47º 0.83% 0.81% -
XYZ 32.88 17.1 37.17 -
YUV 101.54 163.82 202.51 -
System Red Green Blue C M Y K H S L
Decimal 206 36 165 0 0.83 0.20 0.19 314.47 0.7 0.47
Hex CE 24 A5 0 53 14 13 13A 46 2F
Octal 316 44 245 0 123 24 23 472 106 57
Binary 11001110 100100 10100101 0 1010011 10100 10011 100111010 1000110 101111

Color Harmonies of #CE24A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24A5

Black with #CE24A5

Text Example


Text Example

White with #CE24A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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