Html Css Color HEX #CE1C74 Medium Violet Red

📋 copy color: '#CE1C74'

red 206 ◦ green 28 ◦ blue 116

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

Shades of Medium Violet Red #CE1C74

Tints of Medium Violet Red #CE1C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

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

R = 58.86%
G = 8%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE1C74 (or 0xCE1C74) is known color: Medium Violet Red. HEX triplet: CE, 1C and 74. RGB value is (206,28,116). Sum of RGB (Red+Green+Blue) = 206+28+116=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C74 is #31E38B. Grayscale: #5B5B5B. Windows color (decimal): -3269516 or 7609550. OLE color: 7609550.

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

Color convert

RGB 206 28 116 -
CMYK 0 0.86 0.44 0.19
HSL 330.34º 0.76% 0.46% -
HSV(B) 330.34º 0.86% 0.81% -
XYZ 29.02 15.21 17.93 -
YUV 91.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 206 28 116 0 0.86 0.44 0.19 330.34 0.76 0.46
Hex CE 1C 74 0 56 2C 13 14A 4C 2E
Octal 316 34 164 0 126 54 23 512 114 56
Binary 11001110 11100 1110100 0 1010110 101100 10011 101001010 1001100 101110

Color Harmonies of #CE1C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C74

Black with #CE1C74

Text Example


Text Example

White with #CE1C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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