Html Css Color HEX #CE168D Medium Violet Red

📋 copy color: '#CE168D'

red 206 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #CE168D

Tints of Medium Violet Red #CE168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 55.83%
G = 5.96%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE168D (or 0xCE168D) is known color: Medium Violet Red. HEX triplet: CE, 16 and 8D. RGB value is (206,22,141). Sum of RGB (Red+Green+Blue) = 206+22+141=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE168D is #31E972. Grayscale: #5A5A5A. Windows color (decimal): -3271027 or 9246414. OLE color: 9246414.

HSL color Cylindrical-coordinate representation of color #CE168D: hue angle of 321.2º 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 #CE168D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 22 141 -
CMYK 0 0.89 0.32 0.19
HSL 321.2º 0.81% 0.45% -
HSV(B) 321.2º 0.89% 0.81% -
XYZ 30.55 15.62 26.6 -
YUV 90.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 206 22 141 0 0.89 0.32 0.19 321.2 0.81 0.45
Hex CE 16 8D 0 59 20 13 141 51 2D
Octal 316 26 215 0 131 40 23 501 121 55
Binary 11001110 10110 10001101 0 1011001 100000 10011 101000001 1010001 101101

Color Harmonies of #CE168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE168D

Black with #CE168D

Text Example


Text Example

White with #CE168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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