Html Css Color HEX #CE0974 Medium Violet Red

📋 copy color: '#CE0974'

red 206 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #CE0974

Tints of Medium Violet Red #CE0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 62.24%
G = 2.72%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE0974 (or 0xCE0974) is known color: Medium Violet Red. HEX triplet: CE, 09 and 74. RGB value is (206,9,116). Sum of RGB (Red+Green+Blue) = 206+9+116=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0974 is #31F68B. Grayscale: #4F4F4F. Windows color (decimal): -3274380 or 7604686. OLE color: 7604686.

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

Color convert

RGB 206 9 116 -
CMYK 0 0.96 0.44 0.19
HSL 327.41º 0.92% 0.42% -
HSV(B) 327.41º 0.96% 0.81% -
XYZ 28.7 14.58 17.82 -
YUV 80.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 206 9 116 0 0.96 0.44 0.19 327.41 0.92 0.42
Hex CE 9 74 0 60 2C 13 147 5C 2A
Octal 316 11 164 0 140 54 23 507 134 52
Binary 11001110 1001 1110100 0 1100000 101100 10011 101000111 1011100 101010

Color Harmonies of #CE0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0974

Black with #CE0974

Text Example


Text Example

White with #CE0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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