Html Css Color HEX #CE2693 Medium Violet Red

📋 copy color: '#CE2693'

red 206 ◦ green 38 ◦ blue 147

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

Shades of Medium Violet Red #CE2693

Tints of Medium Violet Red #CE2693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.72%

 BLUE value IS 147 (57.81% from 255) = 37.6%

R = 52.69%
G = 9.72%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE2693 (or 0xCE2693) is known color: Medium Violet Red. HEX triplet: CE, 26 and 93. RGB value is (206,38,147). Sum of RGB (Red+Green+Blue) = 206+38+147=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2693 is #31D96C. Grayscale: #646464. Windows color (decimal): -3266925 or 9643726. OLE color: 9643726.

HSL color Cylindrical-coordinate representation of color #CE2693: hue angle of 321.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2693 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 147 -
CMYK 0 0.82 0.29 0.19
HSL 321.07º 0.69% 0.48% -
HSV(B) 321.07º 0.82% 0.81% -
XYZ 31.41 16.61 29.16 -
YUV 100.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 206 38 147 0 0.82 0.29 0.19 321.07 0.69 0.48
Hex CE 26 93 0 52 1D 13 141 45 30
Octal 316 46 223 0 122 35 23 501 105 60
Binary 11001110 100110 10010011 0 1010010 11101 10011 101000001 1000101 110000

Color Harmonies of #CE2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2693

Black with #CE2693

Text Example


Text Example

White with #CE2693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2693; }

 p { color: rgb(206,38,147); }

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

background-color css

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

 a { background-color: rgb(206,38,147); }

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

border-color css

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

 span { border-color: rgb(206,38,147); }

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