Html Css Color HEX #CE117A Medium Violet Red

📋 copy color: '#CE117A'

red 206 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #CE117A

Tints of Medium Violet Red #CE117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.93%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 59.71%
G = 4.93%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE117A (or 0xCE117A) is known color: Medium Violet Red. HEX triplet: CE, 11 and 7A. RGB value is (206,17,122). Sum of RGB (Red+Green+Blue) = 206+17+122=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE117A is #31EE85. Grayscale: #555555. Windows color (decimal): -3272326 or 7999950. OLE color: 7999950.

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

Color convert

RGB 206 17 122 -
CMYK 0 0.92 0.41 0.19
HSL 326.67º 0.85% 0.44% -
HSV(B) 326.67º 0.92% 0.81% -
XYZ 29.17 14.93 19.76 -
YUV 85.48 148.62 213.96 -
System Red Green Blue C M Y K H S L
Decimal 206 17 122 0 0.92 0.41 0.19 326.67 0.85 0.44
Hex CE 11 7A 0 5C 29 13 147 55 2C
Octal 316 21 172 0 134 51 23 507 125 54
Binary 11001110 10001 1111010 0 1011100 101001 10011 101000111 1010101 101100

Color Harmonies of #CE117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE117A

Black with #CE117A

Text Example


Text Example

White with #CE117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE117A; }

 p { color: rgb(206,17,122); }

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

background-color css

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

 a { background-color: rgb(206,17,122); }

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

border-color css

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

 span { border-color: rgb(206,17,122); }

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