Html Css Color HEX #CC2061 Ruby

📋 copy color: '#CC2061'

red 204 ◦ green 32 ◦ blue 97

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

Shades of Ruby #CC2061

Tints of Ruby #CC2061

RGB

 RED value IS 204 (80.08% from 255) = 61.26%

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

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 61.26%
G = 9.61%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC2061 (or 0xCC2061) is known color: Ruby. HEX triplet: CC, 20 and 61. RGB value is (204,32,97). Sum of RGB (Red+Green+Blue) = 204+32+97=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2061 is #33DF9E. Grayscale: #5A5A5A. Windows color (decimal): -3399583 or 6365388. OLE color: 6365388.

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

Color convert

RGB 204 32 97 -
CMYK 0 0.84 0.52 0.2
HSL 337.33º 0.73% 0.46% -
HSV(B) 337.33º 0.84% 0.8% -
XYZ 27.58 14.73 12.7 -
YUV 90.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 204 32 97 0 0.84 0.52 0.2 337.33 0.73 0.46
Hex CC 20 61 0 54 34 14 151 49 2E
Octal 314 40 141 0 124 64 24 521 111 56
Binary 11001100 100000 1100001 0 1010100 110100 10100 101010001 1001001 101110

Color Harmonies of #CC2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2061

Black with #CC2061

Text Example


Text Example

White with #CC2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2061; }

 p { color: rgb(204,32,97); }

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

background-color css

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

 a { background-color: rgb(204,32,97); }

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

border-color css

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

 span { border-color: rgb(204,32,97); }

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