Html Css Color HEX #CE0963 Ruby

📋 copy color: '#CE0963'

red 206 ◦ green 9 ◦ blue 99

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

Shades of Ruby #CE0963

Tints of Ruby #CE0963

RGB

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

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

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

R = 65.61%
G = 2.87%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0963 (or 0xCE0963) is known color: Ruby. HEX triplet: CE, 09 and 63. RGB value is (206,9,99). Sum of RGB (Red+Green+Blue) = 206+9+99=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0963 is #31F69C. Grayscale: #4E4E4E. Windows color (decimal): -3274397 or 6490574. OLE color: 6490574.

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

Color convert

RGB 206 9 99 -
CMYK 0 0.96 0.52 0.19
HSL 332.59º 0.92% 0.42% -
HSV(B) 332.59º 0.96% 0.81% -
XYZ 27.8 14.22 13.08 -
YUV 78.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 206 9 99 0 0.96 0.52 0.19 332.59 0.92 0.42
Hex CE 9 63 0 60 34 13 14D 5C 2A
Octal 316 11 143 0 140 64 23 515 134 52
Binary 11001110 1001 1100011 0 1100000 110100 10011 101001101 1011100 101010

Color Harmonies of #CE0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0963

Black with #CE0963

Text Example


Text Example

White with #CE0963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0963; }

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

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

background-color css

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

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

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

border-color css

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

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

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