Html Css Color HEX #CE097D Medium Violet Red

📋 copy color: '#CE097D'

red 206 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #CE097D

Tints of Medium Violet Red #CE097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 60.59%
G = 2.65%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE097D (or 0xCE097D) is known color: Medium Violet Red. HEX triplet: CE, 09 and 7D. RGB value is (206,9,125). Sum of RGB (Red+Green+Blue) = 206+9+125=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE097D is #31F682. Grayscale: #505050. Windows color (decimal): -3274371 or 8194510. OLE color: 8194510.

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

Color convert

RGB 206 9 125 -
CMYK 0 0.96 0.39 0.19
HSL 324.67º 0.92% 0.42% -
HSV(B) 324.67º 0.96% 0.81% -
XYZ 29.25 14.8 20.72 -
YUV 81.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 206 9 125 0 0.96 0.39 0.19 324.67 0.92 0.42
Hex CE 9 7D 0 60 27 13 145 5C 2A
Octal 316 11 175 0 140 47 23 505 134 52
Binary 11001110 1001 1111101 0 1100000 100111 10011 101000101 1011100 101010

Color Harmonies of #CE097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE097D

Black with #CE097D

Text Example


Text Example

White with #CE097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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