Html Css Color HEX #CE0175 Medium Violet Red

📋 copy color: '#CE0175'

red 206 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #CE0175

Tints of Medium Violet Red #CE0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 63.58%
G = 0.31%
B = 36.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE0175 (or 0xCE0175) is known color: Medium Violet Red. HEX triplet: CE, 01 and 75. RGB value is (206,1,117). Sum of RGB (Red+Green+Blue) = 206+1+117=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0175 is #31FE8A. Grayscale: #4B4B4B. Windows color (decimal): -3276427 or 7668174. OLE color: 7668174.

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

Color convert

RGB 206 1 117 -
CMYK 0 1.00 0.43 0.19
HSL 326.05º 0.99% 0.41% -
HSV(B) 326.05º 1% 0.81% -
XYZ 28.68 14.43 18.1 -
YUV 75.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 206 1 117 0 1.00 0.43 0.19 326.05 0.99 0.41
Hex CE 1 75 0 64 2B 13 146 63 29
Octal 316 1 165 0 144 53 23 506 143 51
Binary 11001110 1 1110101 0 1100100 101011 10011 101000110 1100011 101001

Color Harmonies of #CE0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0175

Black with #CE0175

Text Example


Text Example

White with #CE0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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