Html Css Color HEX #CE1C97 Medium Violet Red

📋 copy color: '#CE1C97'

red 206 ◦ green 28 ◦ blue 151

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

Shades of Medium Violet Red #CE1C97

Tints of Medium Violet Red #CE1C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 53.51%
G = 7.27%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE1C97 (or 0xCE1C97) is known color: Medium Violet Red. HEX triplet: CE, 1C and 97. RGB value is (206,28,151). Sum of RGB (Red+Green+Blue) = 206+28+151=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C97 is #31E368. Grayscale: #5E5E5E. Windows color (decimal): -3269481 or 9903310. OLE color: 9903310.

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

Color convert

RGB 206 28 151 -
CMYK 0 0.86 0.27 0.19
HSL 318.54º 0.76% 0.46% -
HSV(B) 318.54º 0.86% 0.81% -
XYZ 31.45 16.19 30.74 -
YUV 95.24 159.47 207 -
System Red Green Blue C M Y K H S L
Decimal 206 28 151 0 0.86 0.27 0.19 318.54 0.76 0.46
Hex CE 1C 97 0 56 1B 13 13F 4C 2E
Octal 316 34 227 0 126 33 23 477 114 56
Binary 11001110 11100 10010111 0 1010110 11011 10011 100111111 1001100 101110

Color Harmonies of #CE1C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C97

Black with #CE1C97

Text Example


Text Example

White with #CE1C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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