Html Css Color HEX #C71564 Ruby

📋 copy color: '#C71564'

red 199 ◦ green 21 ◦ blue 100

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

Shades of Ruby #C71564

Tints of Ruby #C71564

RGB

 RED value IS 199 (78.13% from 255) = 62.19%

 GREEN value IS 21 (8.59% from 255) = 6.56%

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

R = 62.19%
G = 6.56%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C71564 (or 0xC71564) is known color: Ruby. HEX triplet: C7, 15 and 64. RGB value is (199,21,100). Sum of RGB (Red+Green+Blue) = 199+21+100=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C71564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71564 is #38EA9B. Grayscale: #535353. Windows color (decimal): -3730076 or 6559175. OLE color: 6559175.

HSL color Cylindrical-coordinate representation of color #C71564: hue angle of 333.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71564 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 100 -
CMYK 0 0.89 0.50 0.22
HSL 333.37º 0.81% 0.43% -
HSV(B) 333.37º 0.89% 0.78% -
XYZ 26.12 13.6 13.3 -
YUV 83.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 199 21 100 0 0.89 0.50 0.22 333.37 0.81 0.43
Hex C7 15 64 0 59 32 16 14D 51 2B
Octal 307 25 144 0 131 62 26 515 121 53
Binary 11000111 10101 1100100 0 1011001 110010 10110 101001101 1010001 101011

Color Harmonies of #C71564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71564

Black with #C71564

Text Example


Text Example

White with #C71564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71564; }

 p { color: rgb(199,21,100); }

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

background-color css

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

 a { background-color: rgb(199,21,100); }

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

border-color css

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

 span { border-color: rgb(199,21,100); }

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