Html Css Color HEX #C71F62 Ruby

📋 copy color: '#C71F62'

red 199 ◦ green 31 ◦ blue 98

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

Shades of Ruby #C71F62

Tints of Ruby #C71F62

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.45%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 60.67%
G = 9.45%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71F62 (or 0xC71F62) is known color: Ruby. HEX triplet: C7, 1F and 62. RGB value is (199,31,98). Sum of RGB (Red+Green+Blue) = 199+31+98=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F62 is #38E09D. Grayscale: #585858. Windows color (decimal): -3727518 or 6430663. OLE color: 6430663.

HSL color Cylindrical-coordinate representation of color #C71F62: hue angle of 336.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F62 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 98 -
CMYK 0 0.84 0.51 0.22
HSL 336.07º 0.73% 0.45% -
HSV(B) 336.07º 0.84% 0.78% -
XYZ 26.25 14 12.87 -
YUV 88.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 199 31 98 0 0.84 0.51 0.22 336.07 0.73 0.45
Hex C7 1F 62 0 54 33 16 150 49 2D
Octal 307 37 142 0 124 63 26 520 111 55
Binary 11000111 11111 1100010 0 1010100 110011 10110 101010000 1001001 101101

Color Harmonies of #C71F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F62

Black with #C71F62

Text Example


Text Example

White with #C71F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F62; }

 p { color: rgb(199,31,98); }

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

background-color css

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

 a { background-color: rgb(199,31,98); }

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

border-color css

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

 span { border-color: rgb(199,31,98); }

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