Html Css Color HEX #CE008F Medium Violet Red

📋 copy color: '#CE008F'

red 206 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #CE008F

Tints of Medium Violet Red #CE008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.03%
G = 0%
B = 40.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE008F (or 0xCE008F) is known color: Medium Violet Red. HEX triplet: CE, 00 and 8F. RGB value is (206,0,143). Sum of RGB (Red+Green+Blue) = 206+0+143=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE008F is #31FF70. Grayscale: #4D4D4D. Windows color (decimal): -3276657 or 9371854. OLE color: 9371854.

HSL color Cylindrical-coordinate representation of color #CE008F: hue angle of 318.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE008F is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 143 -
CMYK 0 1 0.31 0.19
HSL 318.35º 1% 0.4% -
HSV(B) 318.35º 1% 0.81% -
XYZ 30.41 15.1 27.3 -
YUV 77.9 164.75 219.37 -
System Red Green Blue C M Y K H S L
Decimal 206 0 143 0 1 0.31 0.19 318.35 1 0.4
Hex CE 0 8F 0 64 1F 13 13E 64 28
Octal 316 0 217 0 144 37 23 476 144 50
Binary 11001110 0 10001111 0 1100100 11111 10011 100111110 1100100 101000

Color Harmonies of #CE008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE008F

Black with #CE008F

Text Example


Text Example

White with #CE008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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