Html Css Color HEX #CE18AA Medium Violet Red

📋 copy color: '#CE18AA'

red 206 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #CE18AA

Tints of Medium Violet Red #CE18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6%

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

R = 51.5%
G = 6%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE18AA (or 0xCE18AA) is known color: Medium Violet Red. HEX triplet: CE, 18 and AA. RGB value is (206,24,170). Sum of RGB (Red+Green+Blue) = 206+24+170=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE18AA is #31E755. Grayscale: #5E5E5E. Windows color (decimal): -3270486 or 11147470. OLE color: 11147470.

HSL color Cylindrical-coordinate representation of color #CE18AA: hue angle of 311.87º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE18AA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 24 170 -
CMYK 0 0.88 0.17 0.19
HSL 311.87º 0.79% 0.45% -
HSV(B) 311.87º 0.88% 0.81% -
XYZ 33.04 16.68 39.51 -
YUV 95.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 206 24 170 0 0.88 0.17 0.19 311.87 0.79 0.45
Hex CE 18 AA 0 58 11 13 138 4F 2D
Octal 316 30 252 0 130 21 23 470 117 55
Binary 11001110 11000 10101010 0 1011000 10001 10011 100111000 1001111 101101

Color Harmonies of #CE18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18AA

Black with #CE18AA

Text Example


Text Example

White with #CE18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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