Html Css Color HEX #CE0674 Medium Violet Red

📋 copy color: '#CE0674'

red 206 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #CE0674

Tints of Medium Violet Red #CE0674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 62.8%
G = 1.83%
B = 35.37%

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

#CE0674 (or 0xCE0674) is known color: Medium Violet Red. HEX triplet: CE, 06 and 74. RGB value is (206,6,116). Sum of RGB (Red+Green+Blue) = 206+6+116=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0674 is #31F98B. Grayscale: #4E4E4E. Windows color (decimal): -3275148 or 7603918. OLE color: 7603918.

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

Color convert

RGB 206 6 116 -
CMYK 0 0.97 0.44 0.19
HSL 327º 0.94% 0.42% -
HSV(B) 327º 0.97% 0.81% -
XYZ 28.67 14.51 17.81 -
YUV 78.34 149.26 219.06 -
System Red Green Blue C M Y K H S L
Decimal 206 6 116 0 0.97 0.44 0.19 327 0.94 0.42
Hex CE 6 74 0 61 2C 13 147 5E 2A
Octal 316 6 164 0 141 54 23 507 136 52
Binary 11001110 110 1110100 0 1100001 101100 10011 101000111 1011110 101010

Color Harmonies of #CE0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0674

Black with #CE0674

Text Example


Text Example

White with #CE0674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0674; }

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

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

background-color css

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

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

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

border-color css

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

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

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