Html Css Color HEX #C70461 Ruby

📋 copy color: '#C70461'

red 199 ◦ green 4 ◦ blue 97

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

Shades of Ruby #C70461

Tints of Ruby #C70461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 66.33%
G = 1.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C70461 (or 0xC70461) is known color: Ruby. HEX triplet: C7, 04 and 61. RGB value is (199,4,97). Sum of RGB (Red+Green+Blue) = 199+4+97=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C70461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70461 is #38FB9E. Grayscale: #484848. Windows color (decimal): -3734431 or 6358215. OLE color: 6358215.

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

Color convert

RGB 199 4 97 -
CMYK 0 0.98 0.51 0.22
HSL 331.38º 0.96% 0.4% -
HSV(B) 331.38º 0.98% 0.78% -
XYZ 25.75 13.09 12.48 -
YUV 72.91 141.6 217.94 -
System Red Green Blue C M Y K H S L
Decimal 199 4 97 0 0.98 0.51 0.22 331.38 0.96 0.4
Hex C7 4 61 0 62 33 16 14B 60 28
Octal 307 4 141 0 142 63 26 513 140 50
Binary 11000111 100 1100001 0 1100010 110011 10110 101001011 1100000 101000

Color Harmonies of #C70461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70461

Black with #C70461

Text Example


Text Example

White with #C70461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70461; }

 p { color: rgb(199,4,97); }

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

background-color css

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

 a { background-color: rgb(199,4,97); }

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

border-color css

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

 span { border-color: rgb(199,4,97); }

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