Html Css Color HEX #CE116B Ruby

📋 copy color: '#CE116B'

red 206 ◦ green 17 ◦ blue 107

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

Shades of Ruby #CE116B

Tints of Ruby #CE116B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 62.42%
G = 5.15%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE116B (or 0xCE116B) is known color: Ruby. HEX triplet: CE, 11 and 6B. RGB value is (206,17,107). Sum of RGB (Red+Green+Blue) = 206+17+107=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE116B is #31EE94. Grayscale: #535353. Windows color (decimal): -3272341 or 7016910. OLE color: 7016910.

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

Color convert

RGB 206 17 107 -
CMYK 0 0.92 0.48 0.19
HSL 331.43º 0.85% 0.44% -
HSV(B) 331.43º 0.92% 0.81% -
XYZ 28.31 14.58 15.23 -
YUV 83.77 141.12 215.18 -
System Red Green Blue C M Y K H S L
Decimal 206 17 107 0 0.92 0.48 0.19 331.43 0.85 0.44
Hex CE 11 6B 0 5C 30 13 14B 55 2C
Octal 316 21 153 0 134 60 23 513 125 54
Binary 11001110 10001 1101011 0 1011100 110000 10011 101001011 1010101 101100

Color Harmonies of #CE116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE116B

Black with #CE116B

Text Example


Text Example

White with #CE116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE116B; }

 p { color: rgb(206,17,107); }

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

background-color css

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

 a { background-color: rgb(206,17,107); }

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

border-color css

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

 span { border-color: rgb(206,17,107); }

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