Html Css Color HEX #CE208F Medium Violet Red

📋 copy color: '#CE208F'

red 206 ◦ green 32 ◦ blue 143

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

Shades of Medium Violet Red #CE208F

Tints of Medium Violet Red #CE208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 54.07%
G = 8.4%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE208F (or 0xCE208F) is known color: Medium Violet Red. HEX triplet: CE, 20 and 8F. RGB value is (206,32,143). Sum of RGB (Red+Green+Blue) = 206+32+143=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE208F is #31DF70. Grayscale: #606060. Windows color (decimal): -3268465 or 9380046. OLE color: 9380046.

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

Color convert

RGB 206 32 143 -
CMYK 0 0.84 0.31 0.19
HSL 321.72º 0.73% 0.47% -
HSV(B) 321.72º 0.84% 0.81% -
XYZ 30.93 16.14 27.47 -
YUV 96.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 206 32 143 0 0.84 0.31 0.19 321.72 0.73 0.47
Hex CE 20 8F 0 54 1F 13 142 49 2F
Octal 316 40 217 0 124 37 23 502 111 57
Binary 11001110 100000 10001111 0 1010100 11111 10011 101000010 1001001 101111

Color Harmonies of #CE208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE208F

Black with #CE208F

Text Example


Text Example

White with #CE208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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