Html Css Color HEX #CB0563 Ruby

📋 copy color: '#CB0563'

red 203 ◦ green 5 ◦ blue 99

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

Shades of Ruby #CB0563

Tints of Ruby #CB0563

RGB

 RED value IS 203 (79.69% from 255) = 66.12%

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

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

R = 66.12%
G = 1.63%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB0563 (or 0xCB0563) is known color: Ruby. HEX triplet: CB, 05 and 63. RGB value is (203,5,99). Sum of RGB (Red+Green+Blue) = 203+5+99=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0563 is #34FA9C. Grayscale: #4A4A4A. Windows color (decimal): -3472029 or 6489547. OLE color: 6489547.

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

Color convert

RGB 203 5 99 -
CMYK 0 0.98 0.51 0.20
HSL 331.52º 0.95% 0.41% -
HSV(B) 331.52º 0.98% 0.8% -
XYZ 26.94 13.71 13.03 -
YUV 74.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 203 5 99 0 0.98 0.51 0.20 331.52 0.95 0.41
Hex CB 5 63 0 62 33 14 14C 5F 29
Octal 313 5 143 0 142 63 24 514 137 51
Binary 11001011 101 1100011 0 1100010 110011 10100 101001100 1011111 101001

Color Harmonies of #CB0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0563

Black with #CB0563

Text Example


Text Example

White with #CB0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0563; }

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

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

background-color css

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

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

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

border-color css

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

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

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