Html Css Color HEX #CE26AD Medium Violet Red

📋 copy color: '#CE26AD'

red 206 ◦ green 38 ◦ blue 173

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

Shades of Medium Violet Red #CE26AD

Tints of Medium Violet Red #CE26AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 49.4%
G = 9.11%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE26AD (or 0xCE26AD) is known color: Medium Violet Red. HEX triplet: CE, 26 and AD. RGB value is (206,38,173). Sum of RGB (Red+Green+Blue) = 206+38+173=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE26AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE26AD is #31D952. Grayscale: #676767. Windows color (decimal): -3266899 or 11347662. OLE color: 11347662.

HSL color Cylindrical-coordinate representation of color #CE26AD: hue angle of 311.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE26AD is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 173 -
CMYK 0 0.82 0.16 0.19
HSL 311.79º 0.69% 0.48% -
HSV(B) 311.79º 0.82% 0.81% -
XYZ 33.69 17.53 41.14 -
YUV 103.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 206 38 173 0 0.82 0.16 0.19 311.79 0.69 0.48
Hex CE 26 AD 0 52 10 13 138 45 30
Octal 316 46 255 0 122 20 23 470 105 60
Binary 11001110 100110 10101101 0 1010010 10000 10011 100111000 1000101 110000

Color Harmonies of #CE26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE26AD

Black with #CE26AD

Text Example


Text Example

White with #CE26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE26AD; }

 p { color: rgb(206,38,173); }

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

background-color css

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

 a { background-color: rgb(206,38,173); }

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

border-color css

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

 span { border-color: rgb(206,38,173); }

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