Html Css Color HEX #CE128C Medium Violet Red

📋 copy color: '#CE128C'

red 206 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #CE128C

Tints of Medium Violet Red #CE128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 56.59%
G = 4.95%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE128C (or 0xCE128C) is known color: Medium Violet Red. HEX triplet: CE, 12 and 8C. RGB value is (206,18,140). Sum of RGB (Red+Green+Blue) = 206+18+140=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE128C is #31ED73. Grayscale: #575757. Windows color (decimal): -3272052 or 9179854. OLE color: 9179854.

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

Color convert

RGB 206 18 140 -
CMYK 0 0.91 0.32 0.19
HSL 321.06º 0.84% 0.44% -
HSV(B) 321.06º 0.91% 0.81% -
XYZ 30.4 15.45 26.19 -
YUV 88.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 206 18 140 0 0.91 0.32 0.19 321.06 0.84 0.44
Hex CE 12 8C 0 5B 20 13 141 54 2C
Octal 316 22 214 0 133 40 23 501 124 54
Binary 11001110 10010 10001100 0 1011011 100000 10011 101000001 1010100 101100

Color Harmonies of #CE128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE128C

Black with #CE128C

Text Example


Text Example

White with #CE128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE128C; }

 p { color: rgb(206,18,140); }

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

background-color css

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

 a { background-color: rgb(206,18,140); }

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

border-color css

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

 span { border-color: rgb(206,18,140); }

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