Html Css Color HEX #CF1761 Ruby

📋 copy color: '#CF1761'

red 207 ◦ green 23 ◦ blue 97

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

Shades of Ruby #CF1761

Tints of Ruby #CF1761

RGB

 RED value IS 207 (81.25% from 255) = 63.3%

 GREEN value IS 23 (9.38% from 255) = 7.03%

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

R = 63.3%
G = 7.03%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF1761 (or 0xCF1761) is known color: Ruby. HEX triplet: CF, 17 and 61. RGB value is (207,23,97). Sum of RGB (Red+Green+Blue) = 207+23+97=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1761 is #30E89E. Grayscale: #565656. Windows color (decimal): -3205279 or 6363087. OLE color: 6363087.

HSL color Cylindrical-coordinate representation of color #CF1761: hue angle of 335.87º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1761 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 97 -
CMYK 0 0.89 0.53 0.19
HSL 335.87º 0.8% 0.45% -
HSV(B) 335.87º 0.89% 0.81% -
XYZ 28.2 14.74 12.67 -
YUV 86.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 207 23 97 0 0.89 0.53 0.19 335.87 0.8 0.45
Hex CF 17 61 0 59 35 13 150 50 2D
Octal 317 27 141 0 131 65 23 520 120 55
Binary 11001111 10111 1100001 0 1011001 110101 10011 101010000 1010000 101101

Color Harmonies of #CF1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1761

Black with #CF1761

Text Example


Text Example

White with #CF1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1761; }

 p { color: rgb(207,23,97); }

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

background-color css

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

 a { background-color: rgb(207,23,97); }

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

border-color css

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

 span { border-color: rgb(207,23,97); }

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