Html Css Color HEX #CE1163 Ruby

📋 copy color: '#CE1163'

red 206 ◦ green 17 ◦ blue 99

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

Shades of Ruby #CE1163

Tints of Ruby #CE1163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 63.98%
G = 5.28%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE1163 (or 0xCE1163) is known color: Ruby. HEX triplet: CE, 11 and 63. RGB value is (206,17,99). Sum of RGB (Red+Green+Blue) = 206+17+99=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1163 is #31EE9C. Grayscale: #525252. Windows color (decimal): -3272349 or 6492622. OLE color: 6492622.

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

Color convert

RGB 206 17 99 -
CMYK 0 0.92 0.52 0.19
HSL 333.97º 0.85% 0.44% -
HSV(B) 333.97º 0.92% 0.81% -
XYZ 27.91 14.42 13.12 -
YUV 82.86 137.12 215.83 -
System Red Green Blue C M Y K H S L
Decimal 206 17 99 0 0.92 0.52 0.19 333.97 0.85 0.44
Hex CE 11 63 0 5C 34 13 14E 55 2C
Octal 316 21 143 0 134 64 23 516 125 54
Binary 11001110 10001 1100011 0 1011100 110100 10011 101001110 1010101 101100

Color Harmonies of #CE1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1163

Black with #CE1163

Text Example


Text Example

White with #CE1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1163; }

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

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

background-color css

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

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

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

border-color css

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

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

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