Html Css Color HEX #CE1A83 Medium Violet Red

📋 copy color: '#CE1A83'

red 206 ◦ green 26 ◦ blue 131

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

Shades of Medium Violet Red #CE1A83

Tints of Medium Violet Red #CE1A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 56.75%
G = 7.16%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE1A83 (or 0xCE1A83) is known color: Medium Violet Red. HEX triplet: CE, 1A and 83. RGB value is (206,26,131). Sum of RGB (Red+Green+Blue) = 206+26+131=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1A83 is #31E57C. Grayscale: #5B5B5B. Windows color (decimal): -3270013 or 8592078. OLE color: 8592078.

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

Color convert

RGB 206 26 131 -
CMYK 0 0.87 0.36 0.19
HSL 325º 0.78% 0.45% -
HSV(B) 325º 0.87% 0.81% -
XYZ 29.92 15.5 22.89 -
YUV 91.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 206 26 131 0 0.87 0.36 0.19 325 0.78 0.45
Hex CE 1A 83 0 57 24 13 145 4E 2D
Octal 316 32 203 0 127 44 23 505 116 55
Binary 11001110 11010 10000011 0 1010111 100100 10011 101000101 1001110 101101

Color Harmonies of #CE1A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A83

Black with #CE1A83

Text Example


Text Example

White with #CE1A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A83; }

 p { color: rgb(206,26,131); }

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

background-color css

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

 a { background-color: rgb(206,26,131); }

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

border-color css

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

 span { border-color: rgb(206,26,131); }

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