Html Css Color HEX #CE1F70 Medium Violet Red

📋 copy color: '#CE1F70'

red 206 ◦ green 31 ◦ blue 112

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

Shades of Medium Violet Red #CE1F70

Tints of Medium Violet Red #CE1F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

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

R = 59.03%
G = 8.88%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE1F70 (or 0xCE1F70) is known color: Medium Violet Red. HEX triplet: CE, 1F and 70. RGB value is (206,31,112). Sum of RGB (Red+Green+Blue) = 206+31+112=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F70 is #31E08F. Grayscale: #5C5C5C. Windows color (decimal): -3268752 or 7348174. OLE color: 7348174.

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

Color convert

RGB 206 31 112 -
CMYK 0 0.85 0.46 0.19
HSL 332.23º 0.74% 0.46% -
HSV(B) 332.23º 0.85% 0.81% -
XYZ 28.87 15.27 16.76 -
YUV 92.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 206 31 112 0 0.85 0.46 0.19 332.23 0.74 0.46
Hex CE 1F 70 0 55 2E 13 14C 4A 2E
Octal 316 37 160 0 125 56 23 514 112 56
Binary 11001110 11111 1110000 0 1010101 101110 10011 101001100 1001010 101110

Color Harmonies of #CE1F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F70

Black with #CE1F70

Text Example


Text Example

White with #CE1F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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