Html Css Color HEX #CC1A5E Ruby

📋 copy color: '#CC1A5E'

red 204 ◦ green 26 ◦ blue 94

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

Shades of Ruby #CC1A5E

Tints of Ruby #CC1A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 62.96%
G = 8.02%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC1A5E (or 0xCC1A5E) is known color: Ruby. HEX triplet: CC, 1A and 5E. RGB value is (204,26,94). Sum of RGB (Red+Green+Blue) = 204+26+94=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1A5E is #33E5A1. Grayscale: #565656. Windows color (decimal): -3401122 or 6167244. OLE color: 6167244.

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

Color convert

RGB 204 26 94 -
CMYK 0 0.87 0.54 0.2
HSL 337.08º 0.77% 0.45% -
HSV(B) 337.08º 0.87% 0.8% -
XYZ 27.29 14.38 11.93 -
YUV 86.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 204 26 94 0 0.87 0.54 0.2 337.08 0.77 0.45
Hex CC 1A 5E 0 57 36 14 151 4D 2D
Octal 314 32 136 0 127 66 24 521 115 55
Binary 11001100 11010 1011110 0 1010111 110110 10100 101010001 1001101 101101

Color Harmonies of #CC1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A5E

Black with #CC1A5E

Text Example


Text Example

White with #CC1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A5E; }

 p { color: rgb(204,26,94); }

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

background-color css

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

 a { background-color: rgb(204,26,94); }

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

border-color css

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

 span { border-color: rgb(204,26,94); }

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