Html Css Color HEX #CE1382 Medium Violet Red

📋 copy color: '#CE1382'

red 206 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #CE1382

Tints of Medium Violet Red #CE1382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 58.03%
G = 5.35%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE1382 (or 0xCE1382) is known color: Medium Violet Red. HEX triplet: CE, 13 and 82. RGB value is (206,19,130). Sum of RGB (Red+Green+Blue) = 206+19+130=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1382 is #31EC7D. Grayscale: #575757. Windows color (decimal): -3271806 or 8524750. OLE color: 8524750.

HSL color Cylindrical-coordinate representation of color #CE1382: hue angle of 324.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1382 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 130 -
CMYK 0 0.91 0.37 0.19
HSL 324.39º 0.83% 0.44% -
HSV(B) 324.39º 0.91% 0.81% -
XYZ 29.72 15.2 22.49 -
YUV 87.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 206 19 130 0 0.91 0.37 0.19 324.39 0.83 0.44
Hex CE 13 82 0 5B 25 13 144 53 2C
Octal 316 23 202 0 133 45 23 504 123 54
Binary 11001110 10011 10000010 0 1011011 100101 10011 101000100 1010011 101100

Color Harmonies of #CE1382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1382

Black with #CE1382

Text Example


Text Example

White with #CE1382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1382; }

 p { color: rgb(206,19,130); }

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

background-color css

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

 a { background-color: rgb(206,19,130); }

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

border-color css

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

 span { border-color: rgb(206,19,130); }

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