Html Css Color HEX #CE1063 Ruby

📋 copy color: '#CE1063'

red 206 ◦ green 16 ◦ blue 99

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

Shades of Ruby #CE1063

Tints of Ruby #CE1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 64.17%
G = 4.98%
B = 30.84%

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

#CE1063 (or 0xCE1063) is known color: Ruby. HEX triplet: CE, 10 and 63. RGB value is (206,16,99). Sum of RGB (Red+Green+Blue) = 206+16+99=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1063 is #31EF9C. Grayscale: #525252. Windows color (decimal): -3272605 or 6492366. OLE color: 6492366.

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

Color convert

RGB 206 16 99 -
CMYK 0 0.92 0.52 0.19
HSL 333.79º 0.86% 0.44% -
HSV(B) 333.79º 0.92% 0.81% -
XYZ 27.89 14.39 13.11 -
YUV 82.27 137.45 216.25 -
System Red Green Blue C M Y K H S L
Decimal 206 16 99 0 0.92 0.52 0.19 333.79 0.86 0.44
Hex CE 10 63 0 5C 34 13 14E 56 2C
Octal 316 20 143 0 134 64 23 516 126 54
Binary 11001110 10000 1100011 0 1011100 110100 10011 101001110 1010110 101100

Color Harmonies of #CE1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1063

Black with #CE1063

Text Example


Text Example

White with #CE1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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