Html Css Color HEX #CE0074 Medium Violet Red

📋 copy color: '#CE0074'

red 206 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #CE0074

Tints of Medium Violet Red #CE0074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.98%
G = 0%
B = 36.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE0074 (or 0xCE0074) is known color: Medium Violet Red. HEX triplet: CE, 00 and 74. RGB value is (206,0,116). Sum of RGB (Red+Green+Blue) = 206+0+116=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0074 is #31FF8B. Grayscale: #4A4A4A. Windows color (decimal): -3276684 or 7602382. OLE color: 7602382.

HSL color Cylindrical-coordinate representation of color #CE0074: hue angle of 326.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0074 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 116 -
CMYK 0 1 0.44 0.19
HSL 326.21º 1% 0.4% -
HSV(B) 326.21º 1% 0.81% -
XYZ 28.61 14.38 17.79 -
YUV 74.82 151.25 221.57 -
System Red Green Blue C M Y K H S L
Decimal 206 0 116 0 1 0.44 0.19 326.21 1 0.4
Hex CE 0 74 0 64 2C 13 146 64 28
Octal 316 0 164 0 144 54 23 506 144 50
Binary 11001110 0 1110100 0 1100100 101100 10011 101000110 1100100 101000

Color Harmonies of #CE0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0074

Black with #CE0074

Text Example


Text Example

White with #CE0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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