Html Css Color HEX #CC1859 Ruby

📋 copy color: '#CC1859'

red 204 ◦ green 24 ◦ blue 89

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

Shades of Ruby #CC1859

Tints of Ruby #CC1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.57%

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 64.35%
G = 7.57%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC1859 (or 0xCC1859) is known color: Ruby. HEX triplet: CC, 18 and 59. RGB value is (204,24,89). Sum of RGB (Red+Green+Blue) = 204+24+89=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1859 is #33E7A6. Grayscale: #555555. Windows color (decimal): -3401639 or 5839052. OLE color: 5839052.

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

Color convert

RGB 204 24 89 -
CMYK 0 0.88 0.56 0.2
HSL 338.33º 0.79% 0.45% -
HSV(B) 338.33º 0.88% 0.8% -
XYZ 27.03 14.21 10.77 -
YUV 85.23 130.13 212.71 -
System Red Green Blue C M Y K H S L
Decimal 204 24 89 0 0.88 0.56 0.2 338.33 0.79 0.45
Hex CC 18 59 0 58 38 14 152 4F 2D
Octal 314 30 131 0 130 70 24 522 117 55
Binary 11001100 11000 1011001 0 1011000 111000 10100 101010010 1001111 101101

Color Harmonies of #CC1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1859

Black with #CC1859

Text Example


Text Example

White with #CC1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1859; }

 p { color: rgb(204,24,89); }

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

background-color css

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

 a { background-color: rgb(204,24,89); }

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

border-color css

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

 span { border-color: rgb(204,24,89); }

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