Html Css Color HEX #CC0064 Ruby

📋 copy color: '#CC0064'

red 204 ◦ green 0 ◦ blue 100

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

Shades of Ruby #CC0064

Tints of Ruby #CC0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 67.11%
G = 0%
B = 32.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC0064 (or 0xCC0064) is known color: Ruby. HEX triplet: CC, 00 and 64. RGB value is (204,0,100). Sum of RGB (Red+Green+Blue) = 204+0+100=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0064 is #33FF9B. Grayscale: #484848. Windows color (decimal): -3407772 or 6553804. OLE color: 6553804.

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

Color convert

RGB 204 0 100 -
CMYK 0 1 0.51 0.2
HSL 330.59º 1% 0.4% -
HSV(B) 330.59º 1% 0.8% -
XYZ 27.2 13.76 13.28 -
YUV 72.4 143.59 221.87 -
System Red Green Blue C M Y K H S L
Decimal 204 0 100 0 1 0.51 0.2 330.59 1 0.4
Hex CC 0 64 0 64 33 14 14B 64 28
Octal 314 0 144 0 144 63 24 513 144 50
Binary 11001100 0 1100100 0 1100100 110011 10100 101001011 1100100 101000

Color Harmonies of #CC0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0064

Black with #CC0064

Text Example


Text Example

White with #CC0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0064; }

 p { color: rgb(204,0,100); }

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

background-color css

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

 a { background-color: rgb(204,0,100); }

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

border-color css

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

 span { border-color: rgb(204,0,100); }

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