Html Css Color HEX #CC1963 Ruby

📋 copy color: '#CC1963'

red 204 ◦ green 25 ◦ blue 99

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

Shades of Ruby #CC1963

Tints of Ruby #CC1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.62%

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

R = 62.2%
G = 7.62%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC1963 (or 0xCC1963) is known color: Ruby. HEX triplet: CC, 19 and 63. RGB value is (204,25,99). Sum of RGB (Red+Green+Blue) = 204+25+99=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1963 is #33E69C. Grayscale: #565656. Windows color (decimal): -3401373 or 6494668. OLE color: 6494668.

HSL color Cylindrical-coordinate representation of color #CC1963: hue angle of 335.2º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1963 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 99 -
CMYK 0 0.88 0.51 0.2
HSL 335.2º 0.78% 0.45% -
HSV(B) 335.2º 0.88% 0.8% -
XYZ 27.5 14.43 13.14 -
YUV 86.96 134.8 211.48 -
System Red Green Blue C M Y K H S L
Decimal 204 25 99 0 0.88 0.51 0.2 335.2 0.78 0.45
Hex CC 19 63 0 58 33 14 14F 4E 2D
Octal 314 31 143 0 130 63 24 517 116 55
Binary 11001100 11001 1100011 0 1011000 110011 10100 101001111 1001110 101101

Color Harmonies of #CC1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1963

Black with #CC1963

Text Example


Text Example

White with #CC1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1963; }

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

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

background-color css

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

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

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

border-color css

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

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

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