Html Css Color HEX #CE1E98 Medium Violet Red

📋 copy color: '#CE1E98'

red 206 ◦ green 30 ◦ blue 152

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

Shades of Medium Violet Red #CE1E98

Tints of Medium Violet Red #CE1E98

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 53.09%
G = 7.73%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE1E98 (or 0xCE1E98) is known color: Medium Violet Red. HEX triplet: CE, 1E and 98. RGB value is (206,30,152). Sum of RGB (Red+Green+Blue) = 206+30+152=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1E98 is #31E167. Grayscale: #606060. Windows color (decimal): -3268968 or 9969358. OLE color: 9969358.

HSL color Cylindrical-coordinate representation of color #CE1E98: hue angle of 318.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E98 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 152 -
CMYK 0 0.85 0.26 0.19
HSL 318.41º 0.75% 0.46% -
HSV(B) 318.41º 0.85% 0.81% -
XYZ 31.59 16.32 31.19 -
YUV 96.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 206 30 152 0 0.85 0.26 0.19 318.41 0.75 0.46
Hex CE 1E 98 0 55 1A 13 13E 4B 2E
Octal 316 36 230 0 125 32 23 476 113 56
Binary 11001110 11110 10011000 0 1010101 11010 10011 100111110 1001011 101110

Color Harmonies of #CE1E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E98

Black with #CE1E98

Text Example


Text Example

White with #CE1E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E98; }

 p { color: rgb(206,30,152); }

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

background-color css

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

 a { background-color: rgb(206,30,152); }

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

border-color css

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

 span { border-color: rgb(206,30,152); }

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