Html Css Color HEX #CE1A8F Medium Violet Red

📋 copy color: '#CE1A8F'

red 206 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #CE1A8F

Tints of Medium Violet Red #CE1A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 54.93%
G = 6.93%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE1A8F (or 0xCE1A8F) is known color: Medium Violet Red. HEX triplet: CE, 1A and 8F. RGB value is (206,26,143). Sum of RGB (Red+Green+Blue) = 206+26+143=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1A8F is #31E570. Grayscale: #5C5C5C. Windows color (decimal): -3270001 or 9378510. OLE color: 9378510.

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

Color convert

RGB 206 26 143 -
CMYK 0 0.87 0.31 0.19
HSL 321º 0.78% 0.45% -
HSV(B) 321º 0.87% 0.81% -
XYZ 30.78 15.84 27.42 -
YUV 93.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 206 26 143 0 0.87 0.31 0.19 321 0.78 0.45
Hex CE 1A 8F 0 57 1F 13 141 4E 2D
Octal 316 32 217 0 127 37 23 501 116 55
Binary 11001110 11010 10001111 0 1010111 11111 10011 101000001 1001110 101101

Color Harmonies of #CE1A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A8F

Black with #CE1A8F

Text Example


Text Example

White with #CE1A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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