Html Css Color HEX #CE007D Medium Violet Red

📋 copy color: '#CE007D'

red 206 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #CE007D

Tints of Medium Violet Red #CE007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 62.24%
G = 0%
B = 37.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE007D (or 0xCE007D) is known color: Medium Violet Red. HEX triplet: CE, 00 and 7D. RGB value is (206,0,125). Sum of RGB (Red+Green+Blue) = 206+0+125=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE007D is #31FF82. Grayscale: #4B4B4B. Windows color (decimal): -3276675 or 8192206. OLE color: 8192206.

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

Color convert

RGB 206 0 125 -
CMYK 0 1 0.39 0.19
HSL 323.59º 1% 0.4% -
HSV(B) 323.59º 1% 0.81% -
XYZ 29.16 14.6 20.68 -
YUV 75.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 206 0 125 0 1 0.39 0.19 323.59 1 0.4
Hex CE 0 7D 0 64 27 13 144 64 28
Octal 316 0 175 0 144 47 23 504 144 50
Binary 11001110 0 1111101 0 1100100 100111 10011 101000100 1100100 101000

Color Harmonies of #CE007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE007D

Black with #CE007D

Text Example


Text Example

White with #CE007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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