Html Css Color HEX #CE25AA Medium Violet Red

📋 copy color: '#CE25AA'

red 206 ◦ green 37 ◦ blue 170

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

Shades of Medium Violet Red #CE25AA

Tints of Medium Violet Red #CE25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.96%

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

R = 49.88%
G = 8.96%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE25AA (or 0xCE25AA) is known color: Medium Violet Red. HEX triplet: CE, 25 and AA. RGB value is (206,37,170). Sum of RGB (Red+Green+Blue) = 206+37+170=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25AA is #31DA55. Grayscale: #666666. Windows color (decimal): -3267158 or 11150798. OLE color: 11150798.

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

Color convert

RGB 206 37 170 -
CMYK 0 0.82 0.17 0.19
HSL 312.78º 0.7% 0.48% -
HSV(B) 312.78º 0.82% 0.81% -
XYZ 33.37 17.35 39.62 -
YUV 102.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 206 37 170 0 0.82 0.17 0.19 312.78 0.7 0.48
Hex CE 25 AA 0 52 11 13 139 46 30
Octal 316 45 252 0 122 21 23 471 106 60
Binary 11001110 100101 10101010 0 1010010 10001 10011 100111001 1000110 110000

Color Harmonies of #CE25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25AA

Black with #CE25AA

Text Example


Text Example

White with #CE25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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