Html Css Color HEX #CE1BA0 Medium Violet Red

📋 copy color: '#CE1BA0'

red 206 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #CE1BA0

Tints of Medium Violet Red #CE1BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 52.42%
G = 6.87%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE1BA0 (or 0xCE1BA0) is known color: Medium Violet Red. HEX triplet: CE, 1B and A0. RGB value is (206,27,160). Sum of RGB (Red+Green+Blue) = 206+27+160=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1BA0 is #31E45F. Grayscale: #5F5F5F. Windows color (decimal): -3269728 or 10492878. OLE color: 10492878.

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

Color convert

RGB 206 27 160 -
CMYK 0 0.87 0.22 0.19
HSL 315.42º 0.77% 0.46% -
HSV(B) 315.42º 0.87% 0.81% -
XYZ 32.19 16.44 34.74 -
YUV 95.68 164.3 206.69 -
System Red Green Blue C M Y K H S L
Decimal 206 27 160 0 0.87 0.22 0.19 315.42 0.77 0.46
Hex CE 1B A0 0 57 16 13 13B 4D 2E
Octal 316 33 240 0 127 26 23 473 115 56
Binary 11001110 11011 10100000 0 1010111 10110 10011 100111011 1001101 101110

Color Harmonies of #CE1BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BA0

Black with #CE1BA0

Text Example


Text Example

White with #CE1BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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