Html Css Color HEX #CE078C Medium Violet Red

📋 copy color: '#CE078C'

red 206 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #CE078C

Tints of Medium Violet Red #CE078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

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

R = 58.36%
G = 1.98%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE078C (or 0xCE078C) is known color: Medium Violet Red. HEX triplet: CE, 07 and 8C. RGB value is (206,7,140). Sum of RGB (Red+Green+Blue) = 206+7+140=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE078C is #31F873. Grayscale: #515151. Windows color (decimal): -3274868 or 9177038. OLE color: 9177038.

HSL color Cylindrical-coordinate representation of color #CE078C: hue angle of 319.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE078C is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 140 -
CMYK 0 0.97 0.32 0.19
HSL 319.9º 0.93% 0.42% -
HSV(B) 319.9º 0.97% 0.81% -
XYZ 30.26 15.17 26.14 -
YUV 81.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 206 7 140 0 0.97 0.32 0.19 319.9 0.93 0.42
Hex CE 7 8C 0 61 20 13 140 5D 2A
Octal 316 7 214 0 141 40 23 500 135 52
Binary 11001110 111 10001100 0 1100001 100000 10011 101000000 1011101 101010

Color Harmonies of #CE078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE078C

Black with #CE078C

Text Example


Text Example

White with #CE078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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