Html Css Color HEX #CE1C70 Medium Violet Red

📋 copy color: '#CE1C70'

red 206 ◦ green 28 ◦ blue 112

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

Shades of Medium Violet Red #CE1C70

Tints of Medium Violet Red #CE1C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 59.54%
G = 8.09%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE1C70 (or 0xCE1C70) is known color: Medium Violet Red. HEX triplet: CE, 1C and 70. RGB value is (206,28,112). Sum of RGB (Red+Green+Blue) = 206+28+112=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C70 is #31E38F. Grayscale: #5A5A5A. Windows color (decimal): -3269520 or 7347406. OLE color: 7347406.

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

Color convert

RGB 206 28 112 -
CMYK 0 0.86 0.46 0.19
HSL 331.69º 0.76% 0.46% -
HSV(B) 331.69º 0.86% 0.81% -
XYZ 28.79 15.12 16.73 -
YUV 90.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 206 28 112 0 0.86 0.46 0.19 331.69 0.76 0.46
Hex CE 1C 70 0 56 2E 13 14C 4C 2E
Octal 316 34 160 0 126 56 23 514 114 56
Binary 11001110 11100 1110000 0 1010110 101110 10011 101001100 1001100 101110

Color Harmonies of #CE1C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C70

Black with #CE1C70

Text Example


Text Example

White with #CE1C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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