Html Css Color HEX #CE006F Medium Violet Red

📋 copy color: '#CE006F'

red 206 ◦ green 0 ◦ blue 111

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

Shades of Medium Violet Red #CE006F

Tints of Medium Violet Red #CE006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 64.98%
G = 0%
B = 35.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE006F (or 0xCE006F) is known color: Medium Violet Red. HEX triplet: CE, 00 and 6F. RGB value is (206,0,111). Sum of RGB (Red+Green+Blue) = 206+0+111=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE006F is #31FF90. Grayscale: #4A4A4A. Windows color (decimal): -3276689 or 7274702. OLE color: 7274702.

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

Color convert

RGB 206 0 111 -
CMYK 0 1 0.46 0.19
HSL 327.67º 1% 0.4% -
HSV(B) 327.67º 1% 0.81% -
XYZ 28.32 14.27 16.3 -
YUV 74.25 148.75 221.97 -
System Red Green Blue C M Y K H S L
Decimal 206 0 111 0 1 0.46 0.19 327.67 1 0.4
Hex CE 0 6F 0 64 2E 13 148 64 28
Octal 316 0 157 0 144 56 23 510 144 50
Binary 11001110 0 1101111 0 1100100 101110 10011 101001000 1100100 101000

Color Harmonies of #CE006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE006F

Black with #CE006F

Text Example


Text Example

White with #CE006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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