Html Css Color HEX #CE16A5 Medium Violet Red

📋 copy color: '#CE16A5'

red 206 ◦ green 22 ◦ blue 165

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

Shades of Medium Violet Red #CE16A5

Tints of Medium Violet Red #CE16A5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.6%

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

R = 52.42%
G = 5.6%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE16A5 (or 0xCE16A5) is known color: Medium Violet Red. HEX triplet: CE, 16 and A5. RGB value is (206,22,165). Sum of RGB (Red+Green+Blue) = 206+22+165=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE16A5 is #31E95A. Grayscale: #5C5C5C. Windows color (decimal): -3271003 or 10819278. OLE color: 10819278.

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

Color convert

RGB 206 22 165 -
CMYK 0 0.89 0.20 0.19
HSL 313.37º 0.81% 0.45% -
HSV(B) 313.37º 0.89% 0.81% -
XYZ 32.53 16.41 37.05 -
YUV 93.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 206 22 165 0 0.89 0.20 0.19 313.37 0.81 0.45
Hex CE 16 A5 0 59 14 13 139 51 2D
Octal 316 26 245 0 131 24 23 471 121 55
Binary 11001110 10110 10100101 0 1011001 10100 10011 100111001 1010001 101101

Color Harmonies of #CE16A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16A5

Black with #CE16A5

Text Example


Text Example

White with #CE16A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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