Html Css Color HEX #CE0975 Medium Violet Red

📋 copy color: '#CE0975'

red 206 ◦ green 9 ◦ blue 117

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

Shades of Medium Violet Red #CE0975

Tints of Medium Violet Red #CE0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.71%

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

R = 62.05%
G = 2.71%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE0975 (or 0xCE0975) is known color: Medium Violet Red. HEX triplet: CE, 09 and 75. RGB value is (206,9,117). Sum of RGB (Red+Green+Blue) = 206+9+117=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0975 is #31F68A. Grayscale: #4F4F4F. Windows color (decimal): -3274379 or 7670222. OLE color: 7670222.

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

Color convert

RGB 206 9 117 -
CMYK 0 0.96 0.43 0.19
HSL 327.11º 0.92% 0.42% -
HSV(B) 327.11º 0.96% 0.81% -
XYZ 28.76 14.6 18.13 -
YUV 80.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 206 9 117 0 0.96 0.43 0.19 327.11 0.92 0.42
Hex CE 9 75 0 60 2B 13 147 5C 2A
Octal 316 11 165 0 140 53 23 507 134 52
Binary 11001110 1001 1110101 0 1100000 101011 10011 101000111 1011100 101010

Color Harmonies of #CE0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0975

Black with #CE0975

Text Example


Text Example

White with #CE0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0975; }

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

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

background-color css

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

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

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

border-color css

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

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

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