Html Css Color HEX #CE0F7B Medium Violet Red

📋 copy color: '#CE0F7B'

red 206 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #CE0F7B

Tints of Medium Violet Red #CE0F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.36%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 59.88%
G = 4.36%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE0F7B (or 0xCE0F7B) is known color: Medium Violet Red. HEX triplet: CE, 0F and 7B. RGB value is (206,15,123). Sum of RGB (Red+Green+Blue) = 206+15+123=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F7B is #31F084. Grayscale: #545454. Windows color (decimal): -3272837 or 8064974. OLE color: 8064974.

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

Color convert

RGB 206 15 123 -
CMYK 0 0.93 0.40 0.19
HSL 326.07º 0.86% 0.43% -
HSV(B) 326.07º 0.93% 0.81% -
XYZ 29.2 14.89 20.07 -
YUV 84.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 206 15 123 0 0.93 0.40 0.19 326.07 0.86 0.43
Hex CE F 7B 0 5D 28 13 146 56 2B
Octal 316 17 173 0 135 50 23 506 126 53
Binary 11001110 1111 1111011 0 1011101 101000 10011 101000110 1010110 101011

Color Harmonies of #CE0F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F7B

Black with #CE0F7B

Text Example


Text Example

White with #CE0F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F7B; }

 p { color: rgb(206,15,123); }

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

background-color css

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

 a { background-color: rgb(206,15,123); }

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

border-color css

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

 span { border-color: rgb(206,15,123); }

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