Html Css Color HEX #CB205C Ruby

📋 copy color: '#CB205C'

red 203 ◦ green 32 ◦ blue 92

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

Shades of Ruby #CB205C

Tints of Ruby #CB205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 62.08%
G = 9.79%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB205C (or 0xCB205C) is known color: Ruby. HEX triplet: CB, 20 and 5C. RGB value is (203,32,92). Sum of RGB (Red+Green+Blue) = 203+32+92=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB205C is #34DFA3. Grayscale: #595959. Windows color (decimal): -3465124 or 6037707. OLE color: 6037707.

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

Color convert

RGB 203 32 92 -
CMYK 0 0.84 0.55 0.20
HSL 338.95º 0.73% 0.46% -
HSV(B) 338.95º 0.84% 0.8% -
XYZ 27.08 14.5 11.5 -
YUV 89.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 203 32 92 0 0.84 0.55 0.20 338.95 0.73 0.46
Hex CB 20 5C 0 54 37 14 153 49 2E
Octal 313 40 134 0 124 67 24 523 111 56
Binary 11001011 100000 1011100 0 1010100 110111 10100 101010011 1001001 101110

Color Harmonies of #CB205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB205C

Black with #CB205C

Text Example


Text Example

White with #CB205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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