Html Css Color HEX #CC1E60 Ruby

📋 copy color: '#CC1E60'

red 204 ◦ green 30 ◦ blue 96

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

Shades of Ruby #CC1E60

Tints of Ruby #CC1E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 61.82%
G = 9.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC1E60 (or 0xCC1E60) is known color: Ruby. HEX triplet: CC, 1E and 60. RGB value is (204,30,96). Sum of RGB (Red+Green+Blue) = 204+30+96=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1E60 is #33E19F. Grayscale: #595959. Windows color (decimal): -3400096 or 6299340. OLE color: 6299340.

HSL color Cylindrical-coordinate representation of color #CC1E60: hue angle of 337.24º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1E60 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 30 96 -
CMYK 0 0.85 0.53 0.2
HSL 337.24º 0.74% 0.46% -
HSV(B) 337.24º 0.85% 0.8% -
XYZ 27.48 14.61 12.44 -
YUV 89.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 204 30 96 0 0.85 0.53 0.2 337.24 0.74 0.46
Hex CC 1E 60 0 55 35 14 151 4A 2E
Octal 314 36 140 0 125 65 24 521 112 56
Binary 11001100 11110 1100000 0 1010101 110101 10100 101010001 1001010 101110

Color Harmonies of #CC1E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E60

Black with #CC1E60

Text Example


Text Example

White with #CC1E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E60; }

 p { color: rgb(204,30,96); }

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

background-color css

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

 a { background-color: rgb(204,30,96); }

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

border-color css

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

 span { border-color: rgb(204,30,96); }

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