Html Css Color HEX #CB205D Ruby

📋 copy color: '#CB205D'

red 203 ◦ green 32 ◦ blue 93

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

Shades of Ruby #CB205D

Tints of Ruby #CB205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 61.89%
G = 9.76%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB205D (or 0xCB205D) is known color: Ruby. HEX triplet: CB, 20 and 5D. RGB value is (203,32,93). Sum of RGB (Red+Green+Blue) = 203+32+93=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB205D is #34DFA2. Grayscale: #5A5A5A. Windows color (decimal): -3465123 or 6103243. OLE color: 6103243.

HSL color Cylindrical-coordinate representation of color #CB205D: hue angle of 338.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB205D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 93 -
CMYK 0 0.84 0.54 0.20
HSL 338.6º 0.73% 0.46% -
HSV(B) 338.6º 0.84% 0.8% -
XYZ 27.12 14.52 11.73 -
YUV 90.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 203 32 93 0 0.84 0.54 0.20 338.6 0.73 0.46
Hex CB 20 5D 0 54 36 14 153 49 2E
Octal 313 40 135 0 124 66 24 523 111 56
Binary 11001011 100000 1011101 0 1010100 110110 10100 101010011 1001001 101110

Color Harmonies of #CB205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB205D

Black with #CB205D

Text Example


Text Example

White with #CB205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB205D; }

 p { color: rgb(203,32,93); }

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

background-color css

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

 a { background-color: rgb(203,32,93); }

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

border-color css

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

 span { border-color: rgb(203,32,93); }

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