Html Css Color HEX #CC1463 Ruby

📋 copy color: '#CC1463'

red 204 ◦ green 20 ◦ blue 99

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

Shades of Ruby #CC1463

Tints of Ruby #CC1463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

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

R = 63.16%
G = 6.19%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC1463 (or 0xCC1463) is known color: Ruby. HEX triplet: CC, 14 and 63. RGB value is (204,20,99). Sum of RGB (Red+Green+Blue) = 204+20+99=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1463 is #33EB9C. Grayscale: #535353. Windows color (decimal): -3402653 or 6493388. OLE color: 6493388.

HSL color Cylindrical-coordinate representation of color #CC1463: hue angle of 334.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1463 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 99 -
CMYK 0 0.90 0.51 0.2
HSL 334.24º 0.82% 0.44% -
HSV(B) 334.24º 0.9% 0.8% -
XYZ 27.4 14.24 13.11 -
YUV 84.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 204 20 99 0 0.90 0.51 0.2 334.24 0.82 0.44
Hex CC 14 63 0 5A 33 14 14E 52 2C
Octal 314 24 143 0 132 63 24 516 122 54
Binary 11001100 10100 1100011 0 1011010 110011 10100 101001110 1010010 101100

Color Harmonies of #CC1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1463

Black with #CC1463

Text Example


Text Example

White with #CC1463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1463; }

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

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

background-color css

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

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

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

border-color css

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

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

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