Html Css Color HEX #CE2170 Medium Violet Red

📋 copy color: '#CE2170'

red 206 ◦ green 33 ◦ blue 112

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

Shades of Medium Violet Red #CE2170

Tints of Medium Violet Red #CE2170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 58.69%
G = 9.4%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE2170 (or 0xCE2170) is known color: Medium Violet Red. HEX triplet: CE, 21 and 70. RGB value is (206,33,112). Sum of RGB (Red+Green+Blue) = 206+33+112=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2170 is #31DE8F. Grayscale: #5D5D5D. Windows color (decimal): -3268240 or 7348686. OLE color: 7348686.

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

Color convert

RGB 206 33 112 -
CMYK 0 0.84 0.46 0.19
HSL 332.6º 0.72% 0.47% -
HSV(B) 332.6º 0.84% 0.81% -
XYZ 28.92 15.38 16.77 -
YUV 93.73 138.31 208.08 -
System Red Green Blue C M Y K H S L
Decimal 206 33 112 0 0.84 0.46 0.19 332.6 0.72 0.47
Hex CE 21 70 0 54 2E 13 14D 48 2F
Octal 316 41 160 0 124 56 23 515 110 57
Binary 11001110 100001 1110000 0 1010100 101110 10011 101001101 1001000 101111

Color Harmonies of #CE2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2170

Black with #CE2170

Text Example


Text Example

White with #CE2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2170; }

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

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

background-color css

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

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

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

border-color css

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

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

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