Html Css Color HEX #CB1D58 Ruby

📋 copy color: '#CB1D58'

red 203 ◦ green 29 ◦ blue 88

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

Shades of Ruby #CB1D58

Tints of Ruby #CB1D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.06%

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 63.44%
G = 9.06%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB1D58 (or 0xCB1D58) is known color: Ruby. HEX triplet: CB, 1D and 58. RGB value is (203,29,88). Sum of RGB (Red+Green+Blue) = 203+29+88=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D58 is #34E2A7. Grayscale: #575757. Windows color (decimal): -3465896 or 5774795. OLE color: 5774795.

HSL color Cylindrical-coordinate representation of color #CB1D58: hue angle of 339.66º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D58 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 29 88 -
CMYK 0 0.86 0.57 0.20
HSL 339.66º 0.75% 0.45% -
HSV(B) 339.66º 0.86% 0.8% -
XYZ 26.83 14.28 10.57 -
YUV 87.75 128.15 210.2 -
System Red Green Blue C M Y K H S L
Decimal 203 29 88 0 0.86 0.57 0.20 339.66 0.75 0.45
Hex CB 1D 58 0 56 39 14 154 4B 2D
Octal 313 35 130 0 126 71 24 524 113 55
Binary 11001011 11101 1011000 0 1010110 111001 10100 101010100 1001011 101101

Color Harmonies of #CB1D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D58

Black with #CB1D58

Text Example


Text Example

White with #CB1D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D58; }

 p { color: rgb(203,29,88); }

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

background-color css

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

 a { background-color: rgb(203,29,88); }

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

border-color css

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

 span { border-color: rgb(203,29,88); }

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