Html Css Color HEX #CE1794 Medium Violet Red

📋 copy color: '#CE1794'

red 206 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #CE1794

Tints of Medium Violet Red #CE1794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.1%

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 54.64%
G = 6.1%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE1794 (or 0xCE1794) is known color: Medium Violet Red. HEX triplet: CE, 17 and 94. RGB value is (206,23,148). Sum of RGB (Red+Green+Blue) = 206+23+148=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1794 is #31E86B. Grayscale: #5B5B5B. Windows color (decimal): -3270764 or 9705422. OLE color: 9705422.

HSL color Cylindrical-coordinate representation of color #CE1794: hue angle of 319.02º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1794 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 148 -
CMYK 0 0.89 0.28 0.19
HSL 319.02º 0.8% 0.45% -
HSV(B) 319.02º 0.89% 0.81% -
XYZ 31.11 15.87 29.44 -
YUV 91.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 206 23 148 0 0.89 0.28 0.19 319.02 0.8 0.45
Hex CE 17 94 0 59 1C 13 13F 50 2D
Octal 316 27 224 0 131 34 23 477 120 55
Binary 11001110 10111 10010100 0 1011001 11100 10011 100111111 1010000 101101

Color Harmonies of #CE1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1794

Black with #CE1794

Text Example


Text Example

White with #CE1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1794; }

 p { color: rgb(206,23,148); }

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

background-color css

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

 a { background-color: rgb(206,23,148); }

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

border-color css

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

 span { border-color: rgb(206,23,148); }

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