Html Css Color HEX #CE2073 Medium Violet Red

📋 copy color: '#CE2073'

red 206 ◦ green 32 ◦ blue 115

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

Shades of Medium Violet Red #CE2073

Tints of Medium Violet Red #CE2073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 58.36%
G = 9.07%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE2073 (or 0xCE2073) is known color: Medium Violet Red. HEX triplet: CE, 20 and 73. RGB value is (206,32,115). Sum of RGB (Red+Green+Blue) = 206+32+115=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2073 is #31DF8C. Grayscale: #5D5D5D. Windows color (decimal): -3268493 or 7545038. OLE color: 7545038.

HSL color Cylindrical-coordinate representation of color #CE2073: hue angle of 331.38º degrees, saturation: 0.73, 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 #CE2073 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 115 -
CMYK 0 0.84 0.44 0.19
HSL 331.38º 0.73% 0.47% -
HSV(B) 331.38º 0.84% 0.81% -
XYZ 29.06 15.39 17.66 -
YUV 93.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 206 32 115 0 0.84 0.44 0.19 331.38 0.73 0.47
Hex CE 20 73 0 54 2C 13 14B 49 2F
Octal 316 40 163 0 124 54 23 513 111 57
Binary 11001110 100000 1110011 0 1010100 101100 10011 101001011 1001001 101111

Color Harmonies of #CE2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2073

Black with #CE2073

Text Example


Text Example

White with #CE2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2073; }

 p { color: rgb(206,32,115); }

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

background-color css

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

 a { background-color: rgb(206,32,115); }

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

border-color css

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

 span { border-color: rgb(206,32,115); }

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