Html Css Color HEX #CE13AA Medium Violet Red

📋 copy color: '#CE13AA'

red 206 ◦ green 19 ◦ blue 170

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

Shades of Medium Violet Red #CE13AA

Tints of Medium Violet Red #CE13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.81%

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

R = 52.15%
G = 4.81%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE13AA (or 0xCE13AA) is known color: Medium Violet Red. HEX triplet: CE, 13 and AA. RGB value is (206,19,170). Sum of RGB (Red+Green+Blue) = 206+19+170=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE13AA is #31EC55. Grayscale: #5B5B5B. Windows color (decimal): -3271766 or 11146190. OLE color: 11146190.

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

Color convert

RGB 206 19 170 -
CMYK 0 0.91 0.17 0.19
HSL 311.55º 0.83% 0.44% -
HSV(B) 311.55º 0.91% 0.81% -
XYZ 32.94 16.49 39.48 -
YUV 92.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 206 19 170 0 0.91 0.17 0.19 311.55 0.83 0.44
Hex CE 13 AA 0 5B 11 13 138 53 2C
Octal 316 23 252 0 133 21 23 470 123 54
Binary 11001110 10011 10101010 0 1011011 10001 10011 100111000 1010011 101100

Color Harmonies of #CE13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13AA

Black with #CE13AA

Text Example


Text Example

White with #CE13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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