Html Css Color HEX #CC1263 Ruby

📋 copy color: '#CC1263'

red 204 ◦ green 18 ◦ blue 99

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

Shades of Ruby #CC1263

Tints of Ruby #CC1263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

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

R = 63.55%
G = 5.61%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC1263 (or 0xCC1263) is known color: Ruby. HEX triplet: CC, 12 and 63. RGB value is (204,18,99). Sum of RGB (Red+Green+Blue) = 204+18+99=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1263 is #33ED9C. Grayscale: #525252. Windows color (decimal): -3403165 or 6492876. OLE color: 6492876.

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

Color convert

RGB 204 18 99 -
CMYK 0 0.91 0.51 0.2
HSL 333.87º 0.84% 0.44% -
HSV(B) 333.87º 0.91% 0.8% -
XYZ 27.37 14.17 13.1 -
YUV 82.85 137.12 214.41 -
System Red Green Blue C M Y K H S L
Decimal 204 18 99 0 0.91 0.51 0.2 333.87 0.84 0.44
Hex CC 12 63 0 5B 33 14 14E 54 2C
Octal 314 22 143 0 133 63 24 516 124 54
Binary 11001100 10010 1100011 0 1011011 110011 10100 101001110 1010100 101100

Color Harmonies of #CC1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1263

Black with #CC1263

Text Example


Text Example

White with #CC1263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1263; }

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

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

background-color css

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

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

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

border-color css

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

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

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