Html Css Color HEX #CE149D Medium Violet Red

📋 copy color: '#CE149D'

red 206 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #CE149D

Tints of Medium Violet Red #CE149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.22%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 53.79%
G = 5.22%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE149D (or 0xCE149D) is known color: Medium Violet Red. HEX triplet: CE, 14 and 9D. RGB value is (206,20,157). Sum of RGB (Red+Green+Blue) = 206+20+157=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE149D is #31EB62. Grayscale: #5A5A5A. Windows color (decimal): -3271523 or 10294478. OLE color: 10294478.

HSL color Cylindrical-coordinate representation of color #CE149D: hue angle of 315.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE149D is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 157 -
CMYK 0 0.90 0.24 0.19
HSL 315.81º 0.82% 0.44% -
HSV(B) 315.81º 0.9% 0.81% -
XYZ 31.79 16.06 33.32 -
YUV 91.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 206 20 157 0 0.90 0.24 0.19 315.81 0.82 0.44
Hex CE 14 9D 0 5A 18 13 13C 52 2C
Octal 316 24 235 0 132 30 23 474 122 54
Binary 11001110 10100 10011101 0 1011010 11000 10011 100111100 1010010 101100

Color Harmonies of #CE149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE149D

Black with #CE149D

Text Example


Text Example

White with #CE149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE149D; }

 p { color: rgb(206,20,157); }

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

background-color css

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

 a { background-color: rgb(206,20,157); }

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

border-color css

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

 span { border-color: rgb(206,20,157); }

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