Html Css Color HEX #CE208D Medium Violet Red

📋 copy color: '#CE208D'

red 206 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #CE208D

Tints of Medium Violet Red #CE208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 54.35%
G = 8.44%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE208D (or 0xCE208D) is known color: Medium Violet Red. HEX triplet: CE, 20 and 8D. RGB value is (206,32,141). Sum of RGB (Red+Green+Blue) = 206+32+141=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE208D is #31DF72. Grayscale: #606060. Windows color (decimal): -3268467 or 9248974. OLE color: 9248974.

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

Color convert

RGB 206 32 141 -
CMYK 0 0.84 0.32 0.19
HSL 322.41º 0.73% 0.47% -
HSV(B) 322.41º 0.84% 0.81% -
XYZ 30.78 16.08 26.68 -
YUV 96.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 206 32 141 0 0.84 0.32 0.19 322.41 0.73 0.47
Hex CE 20 8D 0 54 20 13 142 49 2F
Octal 316 40 215 0 124 40 23 502 111 57
Binary 11001110 100000 10001101 0 1010100 100000 10011 101000010 1001001 101111

Color Harmonies of #CE208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE208D

Black with #CE208D

Text Example


Text Example

White with #CE208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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