Html Css Color HEX #CE007F Medium Violet Red

📋 copy color: '#CE007F'

red 206 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #CE007F

Tints of Medium Violet Red #CE007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.14%

R = 61.86%
G = 0%
B = 38.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE007F (or 0xCE007F) is known color: Medium Violet Red. HEX triplet: CE, 00 and 7F. RGB value is (206,0,127). Sum of RGB (Red+Green+Blue) = 206+0+127=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE007F is #31FF80. Grayscale: #4B4B4B. Windows color (decimal): -3276673 or 8323278. OLE color: 8323278.

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

Color convert

RGB 206 0 127 -
CMYK 0 1 0.38 0.19
HSL 323.01º 1% 0.4% -
HSV(B) 323.01º 1% 0.81% -
XYZ 29.28 14.65 21.36 -
YUV 76.07 156.75 220.67 -
System Red Green Blue C M Y K H S L
Decimal 206 0 127 0 1 0.38 0.19 323.01 1 0.4
Hex CE 0 7F 0 64 26 13 143 64 28
Octal 316 0 177 0 144 46 23 503 144 50
Binary 11001110 0 1111111 0 1100100 100110 10011 101000011 1100100 101000

Color Harmonies of #CE007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE007F

Black with #CE007F

Text Example


Text Example

White with #CE007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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