Html Css Color HEX #CE1C8F Medium Violet Red

📋 copy color: '#CE1C8F'

red 206 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #CE1C8F

Tints of Medium Violet Red #CE1C8F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

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

R = 54.64%
G = 7.43%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE1C8F (or 0xCE1C8F) is known color: Medium Violet Red. HEX triplet: CE, 1C and 8F. RGB value is (206,28,143). Sum of RGB (Red+Green+Blue) = 206+28+143=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C8F is #31E370. Grayscale: #5E5E5E. Windows color (decimal): -3269489 or 9379022. OLE color: 9379022.

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

Color convert

RGB 206 28 143 -
CMYK 0 0.86 0.31 0.19
HSL 321.24º 0.76% 0.46% -
HSV(B) 321.24º 0.86% 0.81% -
XYZ 30.83 15.94 27.44 -
YUV 94.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 206 28 143 0 0.86 0.31 0.19 321.24 0.76 0.46
Hex CE 1C 8F 0 56 1F 13 141 4C 2E
Octal 316 34 217 0 126 37 23 501 114 56
Binary 11001110 11100 10001111 0 1010110 11111 10011 101000001 1001100 101110

Color Harmonies of #CE1C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C8F

Black with #CE1C8F

Text Example


Text Example

White with #CE1C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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