Html Css Color HEX #CE1995 Medium Violet Red

📋 copy color: '#CE1995'

red 206 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #CE1995

Tints of Medium Violet Red #CE1995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 54.21%
G = 6.58%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE1995 (or 0xCE1995) is known color: Medium Violet Red. HEX triplet: CE, 19 and 95. RGB value is (206,25,149). Sum of RGB (Red+Green+Blue) = 206+25+149=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1995 is #31E66A. Grayscale: #5C5C5C. Windows color (decimal): -3270251 or 9771470. OLE color: 9771470.

HSL color Cylindrical-coordinate representation of color #CE1995: hue angle of 318.9º degrees, saturation: 0.78, 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 #CE1995 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 149 -
CMYK 0 0.88 0.28 0.19
HSL 318.9º 0.78% 0.45% -
HSV(B) 318.9º 0.88% 0.81% -
XYZ 31.23 15.99 29.87 -
YUV 93.26 159.47 208.42 -
System Red Green Blue C M Y K H S L
Decimal 206 25 149 0 0.88 0.28 0.19 318.9 0.78 0.45
Hex CE 19 95 0 58 1C 13 13F 4E 2D
Octal 316 31 225 0 130 34 23 477 116 55
Binary 11001110 11001 10010101 0 1011000 11100 10011 100111111 1001110 101101

Color Harmonies of #CE1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1995

Black with #CE1995

Text Example


Text Example

White with #CE1995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1995; }

 p { color: rgb(206,25,149); }

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

background-color css

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

 a { background-color: rgb(206,25,149); }

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

border-color css

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

 span { border-color: rgb(206,25,149); }

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