Html Css Color HEX #CE2382 Medium Violet Red

📋 copy color: '#CE2382'

red 206 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #CE2382

Tints of Medium Violet Red #CE2382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 55.53%
G = 9.43%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE2382 (or 0xCE2382) is known color: Medium Violet Red. HEX triplet: CE, 23 and 82. RGB value is (206,35,130). Sum of RGB (Red+Green+Blue) = 206+35+130=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2382 is #31DC7D. Grayscale: #606060. Windows color (decimal): -3267710 or 8528846. OLE color: 8528846.

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

Color convert

RGB 206 35 130 -
CMYK 0 0.83 0.37 0.19
HSL 326.67º 0.71% 0.47% -
HSV(B) 326.67º 0.83% 0.81% -
XYZ 30.08 15.94 22.61 -
YUV 96.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 206 35 130 0 0.83 0.37 0.19 326.67 0.71 0.47
Hex CE 23 82 0 53 25 13 147 47 2F
Octal 316 43 202 0 123 45 23 507 107 57
Binary 11001110 100011 10000010 0 1010011 100101 10011 101000111 1000111 101111

Color Harmonies of #CE2382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2382

Black with #CE2382

Text Example


Text Example

White with #CE2382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2382; }

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

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

background-color css

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

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

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

border-color css

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

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

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