Html Css Color HEX #CE1B9F Medium Violet Red

📋 copy color: '#CE1B9F'

red 206 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #CE1B9F

Tints of Medium Violet Red #CE1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 52.55%
G = 6.89%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE1B9F (or 0xCE1B9F) is known color: Medium Violet Red. HEX triplet: CE, 1B and 9F. RGB value is (206,27,159). Sum of RGB (Red+Green+Blue) = 206+27+159=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B9F is #31E460. Grayscale: #5F5F5F. Windows color (decimal): -3269729 or 10427342. OLE color: 10427342.

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

Color convert

RGB 206 27 159 -
CMYK 0 0.87 0.23 0.19
HSL 315.75º 0.77% 0.46% -
HSV(B) 315.75º 0.87% 0.81% -
XYZ 32.1 16.41 34.28 -
YUV 95.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 206 27 159 0 0.87 0.23 0.19 315.75 0.77 0.46
Hex CE 1B 9F 0 57 17 13 13C 4D 2E
Octal 316 33 237 0 127 27 23 474 115 56
Binary 11001110 11011 10011111 0 1010111 10111 10011 100111100 1001101 101110

Color Harmonies of #CE1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B9F

Black with #CE1B9F

Text Example


Text Example

White with #CE1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B9F; }

 p { color: rgb(206,27,159); }

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

background-color css

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

 a { background-color: rgb(206,27,159); }

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

border-color css

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

 span { border-color: rgb(206,27,159); }

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