Html Css Color HEX #CE2075 Medium Violet Red

📋 copy color: '#CE2075'

red 206 ◦ green 32 ◦ blue 117

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

Shades of Medium Violet Red #CE2075

Tints of Medium Violet Red #CE2075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 58.03%
G = 9.01%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE2075 (or 0xCE2075) is known color: Medium Violet Red. HEX triplet: CE, 20 and 75. RGB value is (206,32,117). Sum of RGB (Red+Green+Blue) = 206+32+117=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2075 is #31DF8A. Grayscale: #5D5D5D. Windows color (decimal): -3268491 or 7676110. OLE color: 7676110.

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

Color convert

RGB 206 32 117 -
CMYK 0 0.84 0.43 0.19
HSL 330.69º 0.73% 0.47% -
HSV(B) 330.69º 0.84% 0.81% -
XYZ 29.18 15.44 18.27 -
YUV 93.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 206 32 117 0 0.84 0.43 0.19 330.69 0.73 0.47
Hex CE 20 75 0 54 2B 13 14B 49 2F
Octal 316 40 165 0 124 53 23 513 111 57
Binary 11001110 100000 1110101 0 1010100 101011 10011 101001011 1001001 101111

Color Harmonies of #CE2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2075

Black with #CE2075

Text Example


Text Example

White with #CE2075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2075; }

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

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

background-color css

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

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

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

border-color css

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

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

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