Html Css Color HEX #CE128F Medium Violet Red

📋 copy color: '#CE128F'

red 206 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #CE128F

Tints of Medium Violet Red #CE128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 56.13%
G = 4.9%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE128F (or 0xCE128F) is known color: Medium Violet Red. HEX triplet: CE, 12 and 8F. RGB value is (206,18,143). Sum of RGB (Red+Green+Blue) = 206+18+143=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE128F is #31ED70. Grayscale: #585858. Windows color (decimal): -3272049 or 9376462. OLE color: 9376462.

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

Color convert

RGB 206 18 143 -
CMYK 0 0.91 0.31 0.19
HSL 320.11º 0.84% 0.44% -
HSV(B) 320.11º 0.91% 0.81% -
XYZ 30.63 15.54 27.37 -
YUV 88.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 206 18 143 0 0.91 0.31 0.19 320.11 0.84 0.44
Hex CE 12 8F 0 5B 1F 13 140 54 2C
Octal 316 22 217 0 133 37 23 500 124 54
Binary 11001110 10010 10001111 0 1011011 11111 10011 101000000 1010100 101100

Color Harmonies of #CE128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE128F

Black with #CE128F

Text Example


Text Example

White with #CE128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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