Html Css Color HEX #CE1874 Medium Violet Red

📋 copy color: '#CE1874'

red 206 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #CE1874

Tints of Medium Violet Red #CE1874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

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

R = 59.54%
G = 6.94%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE1874 (or 0xCE1874) is known color: Medium Violet Red. HEX triplet: CE, 18 and 74. RGB value is (206,24,116). Sum of RGB (Red+Green+Blue) = 206+24+116=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1874 is #31E78B. Grayscale: #585858. Windows color (decimal): -3270540 or 7608526. OLE color: 7608526.

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

Color convert

RGB 206 24 116 -
CMYK 0 0.88 0.44 0.19
HSL 329.67º 0.79% 0.45% -
HSV(B) 329.67º 0.88% 0.81% -
XYZ 28.93 15.04 17.9 -
YUV 88.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 206 24 116 0 0.88 0.44 0.19 329.67 0.79 0.45
Hex CE 18 74 0 58 2C 13 14A 4F 2D
Octal 316 30 164 0 130 54 23 512 117 55
Binary 11001110 11000 1110100 0 1011000 101100 10011 101001010 1001111 101101

Color Harmonies of #CE1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1874

Black with #CE1874

Text Example


Text Example

White with #CE1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1874; }

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

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

background-color css

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

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

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

border-color css

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

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

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