Html Css Color HEX #CE0075 Medium Violet Red

📋 copy color: '#CE0075'

red 206 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #CE0075

Tints of Medium Violet Red #CE0075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 63.78%
G = 0%
B = 36.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE0075 (or 0xCE0075) is known color: Medium Violet Red. HEX triplet: CE, 00 and 75. RGB value is (206,0,117). Sum of RGB (Red+Green+Blue) = 206+0+117=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0075 is #31FF8A. Grayscale: #4A4A4A. Windows color (decimal): -3276683 or 7667918. OLE color: 7667918.

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

Color convert

RGB 206 0 117 -
CMYK 0 1 0.43 0.19
HSL 325.92º 1% 0.4% -
HSV(B) 325.92º 1% 0.81% -
XYZ 28.66 14.41 18.1 -
YUV 74.93 151.75 221.49 -
System Red Green Blue C M Y K H S L
Decimal 206 0 117 0 1 0.43 0.19 325.92 1 0.4
Hex CE 0 75 0 64 2B 13 146 64 28
Octal 316 0 165 0 144 53 23 506 144 50
Binary 11001110 0 1110101 0 1100100 101011 10011 101000110 1100100 101000

Color Harmonies of #CE0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0075

Black with #CE0075

Text Example


Text Example

White with #CE0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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