Html Css Color HEX #CE1F9E Medium Violet Red

📋 copy color: '#CE1F9E'

red 206 ◦ green 31 ◦ blue 158

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

Shades of Medium Violet Red #CE1F9E

Tints of Medium Violet Red #CE1F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.85%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 52.15%
G = 7.85%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE1F9E (or 0xCE1F9E) is known color: Medium Violet Red. HEX triplet: CE, 1F and 9E. RGB value is (206,31,158). Sum of RGB (Red+Green+Blue) = 206+31+158=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1F9E is #31E061. Grayscale: #616161. Windows color (decimal): -3268706 or 10362830. OLE color: 10362830.

HSL color Cylindrical-coordinate representation of color #CE1F9E: hue angle of 316.46º degrees, saturation: 0.74, 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 #CE1F9E is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 31 158 -
CMYK 0 0.85 0.23 0.19
HSL 316.46º 0.74% 0.46% -
HSV(B) 316.46º 0.85% 0.81% -
XYZ 32.12 16.57 33.85 -
YUV 97.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 206 31 158 0 0.85 0.23 0.19 316.46 0.74 0.46
Hex CE 1F 9E 0 55 17 13 13C 4A 2E
Octal 316 37 236 0 125 27 23 474 112 56
Binary 11001110 11111 10011110 0 1010101 10111 10011 100111100 1001010 101110

Color Harmonies of #CE1F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F9E

Black with #CE1F9E

Text Example


Text Example

White with #CE1F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F9E; }

 p { color: rgb(206,31,158); }

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

background-color css

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

 a { background-color: rgb(206,31,158); }

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

border-color css

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

 span { border-color: rgb(206,31,158); }

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