Html Css Color HEX #CC1A5D Ruby

📋 copy color: '#CC1A5D'

red 204 ◦ green 26 ◦ blue 93

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

Shades of Ruby #CC1A5D

Tints of Ruby #CC1A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 63.16%
G = 8.05%
B = 28.79%

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

#CC1A5D (or 0xCC1A5D) is known color: Ruby. HEX triplet: CC, 1A and 5D. RGB value is (204,26,93). Sum of RGB (Red+Green+Blue) = 204+26+93=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1A5D is #33E5A2. Grayscale: #565656. Windows color (decimal): -3401123 or 6101708. OLE color: 6101708.

HSL color Cylindrical-coordinate representation of color #CC1A5D: hue angle of 337.42º 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 #CC1A5D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 26 93 -
CMYK 0 0.87 0.54 0.2
HSL 337.42º 0.77% 0.45% -
HSV(B) 337.42º 0.87% 0.8% -
XYZ 27.25 14.37 11.69 -
YUV 86.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 204 26 93 0 0.87 0.54 0.2 337.42 0.77 0.45
Hex CC 1A 5D 0 57 36 14 151 4D 2D
Octal 314 32 135 0 127 66 24 521 115 55
Binary 11001100 11010 1011101 0 1010111 110110 10100 101010001 1001101 101101

Color Harmonies of #CC1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A5D

Black with #CC1A5D

Text Example


Text Example

White with #CC1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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