Html Css Color HEX #CE0774 Medium Violet Red

📋 copy color: '#CE0774'

red 206 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #CE0774

Tints of Medium Violet Red #CE0774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 62.61%
G = 2.13%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE0774 (or 0xCE0774) is known color: Medium Violet Red. HEX triplet: CE, 07 and 74. RGB value is (206,7,116). Sum of RGB (Red+Green+Blue) = 206+7+116=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0774 is #31F88B. Grayscale: #4E4E4E. Windows color (decimal): -3274892 or 7604174. OLE color: 7604174.

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

Color convert

RGB 206 7 116 -
CMYK 0 0.97 0.44 0.19
HSL 327.14º 0.93% 0.42% -
HSV(B) 327.14º 0.97% 0.81% -
XYZ 28.68 14.53 17.82 -
YUV 78.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 206 7 116 0 0.97 0.44 0.19 327.14 0.93 0.42
Hex CE 7 74 0 61 2C 13 147 5D 2A
Octal 316 7 164 0 141 54 23 507 135 52
Binary 11001110 111 1110100 0 1100001 101100 10011 101000111 1011101 101010

Color Harmonies of #CE0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0774

Black with #CE0774

Text Example


Text Example

White with #CE0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0774; }

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

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

background-color css

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

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

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

border-color css

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

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

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