Html Css Color HEX #C71263 Ruby

📋 copy color: '#C71263'

red 199 ◦ green 18 ◦ blue 99

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

Shades of Ruby #C71263

Tints of Ruby #C71263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 62.97%
G = 5.7%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C71263 (or 0xC71263) is known color: Ruby. HEX triplet: C7, 12 and 63. RGB value is (199,18,99). Sum of RGB (Red+Green+Blue) = 199+18+99=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C71263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71263 is #38ED9C. Grayscale: #515151. Windows color (decimal): -3730845 or 6492871. OLE color: 6492871.

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

Color convert

RGB 199 18 99 -
CMYK 0 0.91 0.50 0.22
HSL 333.15º 0.83% 0.43% -
HSV(B) 333.15º 0.91% 0.78% -
XYZ 26.02 13.48 13.03 -
YUV 81.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 199 18 99 0 0.91 0.50 0.22 333.15 0.83 0.43
Hex C7 12 63 0 5B 32 16 14D 53 2B
Octal 307 22 143 0 133 62 26 515 123 53
Binary 11000111 10010 1100011 0 1011011 110010 10110 101001101 1010011 101011

Color Harmonies of #C71263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71263

Black with #C71263

Text Example


Text Example

White with #C71263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71263; }

 p { color: rgb(199,18,99); }

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

background-color css

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

 a { background-color: rgb(199,18,99); }

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

border-color css

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

 span { border-color: rgb(199,18,99); }

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