Html Css Color HEX #CC0561 Ruby

📋 copy color: '#CC0561'

red 204 ◦ green 5 ◦ blue 97

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

Shades of Ruby #CC0561

Tints of Ruby #CC0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 66.67%
G = 1.63%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC0561 (or 0xCC0561) is known color: Ruby. HEX triplet: CC, 05 and 61. RGB value is (204,5,97). Sum of RGB (Red+Green+Blue) = 204+5+97=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0561 is #33FA9E. Grayscale: #4A4A4A. Windows color (decimal): -3406495 or 6358476. OLE color: 6358476.

HSL color Cylindrical-coordinate representation of color #CC0561: hue angle of 332.26º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0561 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 97 -
CMYK 0 0.98 0.52 0.2
HSL 332.26º 0.95% 0.41% -
HSV(B) 332.26º 0.98% 0.8% -
XYZ 27.11 13.81 12.55 -
YUV 74.99 140.43 220.02 -
System Red Green Blue C M Y K H S L
Decimal 204 5 97 0 0.98 0.52 0.2 332.26 0.95 0.41
Hex CC 5 61 0 62 34 14 14C 5F 29
Octal 314 5 141 0 142 64 24 514 137 51
Binary 11001100 101 1100001 0 1100010 110100 10100 101001100 1011111 101001

Color Harmonies of #CC0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0561

Black with #CC0561

Text Example


Text Example

White with #CC0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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