Html Css Color HEX #CE1992 Medium Violet Red

📋 copy color: '#CE1992'

red 206 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #CE1992

Tints of Medium Violet Red #CE1992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 54.64%
G = 6.63%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE1992 (or 0xCE1992) is known color: Medium Violet Red. HEX triplet: CE, 19 and 92. RGB value is (206,25,146). Sum of RGB (Red+Green+Blue) = 206+25+146=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1992 is #31E66D. Grayscale: #5C5C5C. Windows color (decimal): -3270254 or 9574862. OLE color: 9574862.

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

Color convert

RGB 206 25 146 -
CMYK 0 0.88 0.29 0.19
HSL 319.89º 0.78% 0.45% -
HSV(B) 319.89º 0.88% 0.81% -
XYZ 30.99 15.89 28.63 -
YUV 92.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 206 25 146 0 0.88 0.29 0.19 319.89 0.78 0.45
Hex CE 19 92 0 58 1D 13 140 4E 2D
Octal 316 31 222 0 130 35 23 500 116 55
Binary 11001110 11001 10010010 0 1011000 11101 10011 101000000 1001110 101101

Color Harmonies of #CE1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1992

Black with #CE1992

Text Example


Text Example

White with #CE1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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