Html Css Color HEX #CE127C Medium Violet Red

📋 copy color: '#CE127C'

red 206 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #CE127C

Tints of Medium Violet Red #CE127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 59.2%
G = 5.17%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE127C (or 0xCE127C) is known color: Medium Violet Red. HEX triplet: CE, 12 and 7C. RGB value is (206,18,124). Sum of RGB (Red+Green+Blue) = 206+18+124=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE127C is #31ED83. Grayscale: #565656. Windows color (decimal): -3272068 or 8131278. OLE color: 8131278.

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

Color convert

RGB 206 18 124 -
CMYK 0 0.91 0.40 0.19
HSL 326.17º 0.84% 0.44% -
HSV(B) 326.17º 0.91% 0.81% -
XYZ 29.31 15.01 20.42 -
YUV 86.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 206 18 124 0 0.91 0.40 0.19 326.17 0.84 0.44
Hex CE 12 7C 0 5B 28 13 146 54 2C
Octal 316 22 174 0 133 50 23 506 124 54
Binary 11001110 10010 1111100 0 1011011 101000 10011 101000110 1010100 101100

Color Harmonies of #CE127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE127C

Black with #CE127C

Text Example


Text Example

White with #CE127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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