Html Css Color HEX #CC2063 Ruby

📋 copy color: '#CC2063'

red 204 ◦ green 32 ◦ blue 99

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

Shades of Ruby #CC2063

Tints of Ruby #CC2063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 60.9%
G = 9.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC2063 (or 0xCC2063) is known color: Ruby. HEX triplet: CC, 20 and 63. RGB value is (204,32,99). Sum of RGB (Red+Green+Blue) = 204+32+99=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2063 is #33DF9C. Grayscale: #5A5A5A. Windows color (decimal): -3399581 or 6496460. OLE color: 6496460.

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

Color convert

RGB 204 32 99 -
CMYK 0 0.84 0.51 0.2
HSL 336.63º 0.73% 0.46% -
HSV(B) 336.63º 0.84% 0.8% -
XYZ 27.67 14.77 13.2 -
YUV 91.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 204 32 99 0 0.84 0.51 0.2 336.63 0.73 0.46
Hex CC 20 63 0 54 33 14 151 49 2E
Octal 314 40 143 0 124 63 24 521 111 56
Binary 11001100 100000 1100011 0 1010100 110011 10100 101010001 1001001 101110

Color Harmonies of #CC2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2063

Black with #CC2063

Text Example


Text Example

White with #CC2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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