Html Css Color HEX #CB205F Ruby

📋 copy color: '#CB205F'

red 203 ◦ green 32 ◦ blue 95

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

Shades of Ruby #CB205F

Tints of Ruby #CB205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 61.52%
G = 9.7%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB205F (or 0xCB205F) is known color: Ruby. HEX triplet: CB, 20 and 5F. RGB value is (203,32,95). Sum of RGB (Red+Green+Blue) = 203+32+95=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB205F is #34DFA0. Grayscale: #5A5A5A. Windows color (decimal): -3465121 or 6234315. OLE color: 6234315.

HSL color Cylindrical-coordinate representation of color #CB205F: hue angle of 337.89º 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 #CB205F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 95 -
CMYK 0 0.84 0.53 0.20
HSL 337.89º 0.73% 0.46% -
HSV(B) 337.89º 0.84% 0.8% -
XYZ 27.21 14.56 12.2 -
YUV 90.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 203 32 95 0 0.84 0.53 0.20 337.89 0.73 0.46
Hex CB 20 5F 0 54 35 14 152 49 2E
Octal 313 40 137 0 124 65 24 522 111 56
Binary 11001011 100000 1011111 0 1010100 110101 10100 101010010 1001001 101110

Color Harmonies of #CB205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB205F

Black with #CB205F

Text Example


Text Example

White with #CB205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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