Html Css Color HEX #CE1994 Medium Violet Red

📋 copy color: '#CE1994'

red 206 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #CE1994

Tints of Medium Violet Red #CE1994

RGB

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

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

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

R = 54.35%
G = 6.6%
B = 39.05%

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

#CE1994 (or 0xCE1994) is known color: Medium Violet Red. HEX triplet: CE, 19 and 94. RGB value is (206,25,148). Sum of RGB (Red+Green+Blue) = 206+25+148=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1994 is #31E66B. Grayscale: #5C5C5C. Windows color (decimal): -3270252 or 9705934. OLE color: 9705934.

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

Color convert

RGB 206 25 148 -
CMYK 0 0.88 0.28 0.19
HSL 319.23º 0.78% 0.45% -
HSV(B) 319.23º 0.88% 0.81% -
XYZ 31.15 15.96 29.46 -
YUV 93.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 206 25 148 0 0.88 0.28 0.19 319.23 0.78 0.45
Hex CE 19 94 0 58 1C 13 13F 4E 2D
Octal 316 31 224 0 130 34 23 477 116 55
Binary 11001110 11001 10010100 0 1011000 11100 10011 100111111 1001110 101101

Color Harmonies of #CE1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1994

Black with #CE1994

Text Example


Text Example

White with #CE1994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1994; }

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

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

background-color css

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

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

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

border-color css

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

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

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