Html Css Color HEX #CE0563 Ruby

📋 copy color: '#CE0563'

red 206 ◦ green 5 ◦ blue 99

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

Shades of Ruby #CE0563

Tints of Ruby #CE0563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 66.45%
G = 1.61%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE0563 (or 0xCE0563) is known color: Ruby. HEX triplet: CE, 05 and 63. RGB value is (206,5,99). Sum of RGB (Red+Green+Blue) = 206+5+99=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0563 is #31FA9C. Grayscale: #4B4B4B. Windows color (decimal): -3275421 or 6489550. OLE color: 6489550.

HSL color Cylindrical-coordinate representation of color #CE0563: hue angle of 331.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0563 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 99 -
CMYK 0 0.98 0.52 0.19
HSL 331.94º 0.95% 0.41% -
HSV(B) 331.94º 0.98% 0.81% -
XYZ 27.76 14.13 13.07 -
YUV 75.82 141.09 220.86 -
System Red Green Blue C M Y K H S L
Decimal 206 5 99 0 0.98 0.52 0.19 331.94 0.95 0.41
Hex CE 5 63 0 62 34 13 14C 5F 29
Octal 316 5 143 0 142 64 23 514 137 51
Binary 11001110 101 1100011 0 1100010 110100 10011 101001100 1011111 101001

Color Harmonies of #CE0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0563

Black with #CE0563

Text Example


Text Example

White with #CE0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0563; }

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

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

background-color css

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

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

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

border-color css

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

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

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