Html Css Color HEX #CE1975 Medium Violet Red

📋 copy color: '#CE1975'

red 206 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #CE1975

Tints of Medium Violet Red #CE1975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 59.2%
G = 7.18%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE1975 (or 0xCE1975) is known color: Medium Violet Red. HEX triplet: CE, 19 and 75. RGB value is (206,25,117). Sum of RGB (Red+Green+Blue) = 206+25+117=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1975 is #31E68A. Grayscale: #595959. Windows color (decimal): -3270283 or 7674318. OLE color: 7674318.

HSL color Cylindrical-coordinate representation of color #CE1975: hue angle of 329.5º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1975 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 117 -
CMYK 0 0.88 0.43 0.19
HSL 329.5º 0.78% 0.45% -
HSV(B) 329.5º 0.88% 0.81% -
XYZ 29.01 15.1 18.22 -
YUV 89.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 206 25 117 0 0.88 0.43 0.19 329.5 0.78 0.45
Hex CE 19 75 0 58 2B 13 14A 4E 2D
Octal 316 31 165 0 130 53 23 512 116 55
Binary 11001110 11001 1110101 0 1011000 101011 10011 101001010 1001110 101101

Color Harmonies of #CE1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1975

Black with #CE1975

Text Example


Text Example

White with #CE1975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1975; }

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

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

background-color css

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

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

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

border-color css

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

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

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