Html Css Color HEX #CE078E Medium Violet Red

📋 copy color: '#CE078E'

red 206 ◦ green 7 ◦ blue 142

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

Shades of Medium Violet Red #CE078E

Tints of Medium Violet Red #CE078E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 58.03%
G = 1.97%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE078E (or 0xCE078E) is known color: Medium Violet Red. HEX triplet: CE, 07 and 8E. RGB value is (206,7,142). Sum of RGB (Red+Green+Blue) = 206+7+142=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE078E is #31F871. Grayscale: #515151. Windows color (decimal): -3274866 or 9308110. OLE color: 9308110.

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

Color convert

RGB 206 7 142 -
CMYK 0 0.97 0.31 0.19
HSL 319.3º 0.93% 0.42% -
HSV(B) 319.3º 0.97% 0.81% -
XYZ 30.41 15.23 26.93 -
YUV 81.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 206 7 142 0 0.97 0.31 0.19 319.3 0.93 0.42
Hex CE 7 8E 0 61 1F 13 13F 5D 2A
Octal 316 7 216 0 141 37 23 477 135 52
Binary 11001110 111 10001110 0 1100001 11111 10011 100111111 1011101 101010

Color Harmonies of #CE078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE078E

Black with #CE078E

Text Example


Text Example

White with #CE078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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