Html Css Color HEX #C71469 Ruby

📋 copy color: '#C71469'

red 199 ◦ green 20 ◦ blue 105

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

Shades of Ruby #C71469

Tints of Ruby #C71469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 61.42%
G = 6.17%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C71469 (or 0xC71469) is known color: Ruby. HEX triplet: C7, 14 and 69. RGB value is (199,20,105). Sum of RGB (Red+Green+Blue) = 199+20+105=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C71469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71469 is #38EB96. Grayscale: #535353. Windows color (decimal): -3730327 or 6886599. OLE color: 6886599.

HSL color Cylindrical-coordinate representation of color #C71469: hue angle of 331.51º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71469 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 105 -
CMYK 0 0.90 0.47 0.22
HSL 331.51º 0.82% 0.43% -
HSV(B) 331.51º 0.9% 0.78% -
XYZ 26.35 13.66 14.61 -
YUV 83.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 199 20 105 0 0.90 0.47 0.22 331.51 0.82 0.43
Hex C7 14 69 0 5A 2F 16 14C 52 2B
Octal 307 24 151 0 132 57 26 514 122 53
Binary 11000111 10100 1101001 0 1011010 101111 10110 101001100 1010010 101011

Color Harmonies of #C71469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71469

Black with #C71469

Text Example


Text Example

White with #C71469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71469; }

 p { color: rgb(199,20,105); }

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

background-color css

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

 a { background-color: rgb(199,20,105); }

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

border-color css

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

 span { border-color: rgb(199,20,105); }

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