Html Css Color HEX #CF1061 Ruby

📋 copy color: '#CF1061'

red 207 ◦ green 16 ◦ blue 97

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

Shades of Ruby #CF1061

Tints of Ruby #CF1061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

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

R = 64.69%
G = 5%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF1061 (or 0xCF1061) is known color: Ruby. HEX triplet: CF, 10 and 61. RGB value is (207,16,97). Sum of RGB (Red+Green+Blue) = 207+16+97=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1061 is #30EF9E. Grayscale: #525252. Windows color (decimal): -3207071 or 6361295. OLE color: 6361295.

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

Color convert

RGB 207 16 97 -
CMYK 0 0.92 0.53 0.19
HSL 334.56º 0.86% 0.44% -
HSV(B) 334.56º 0.92% 0.81% -
XYZ 28.08 14.5 12.63 -
YUV 82.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 207 16 97 0 0.92 0.53 0.19 334.56 0.86 0.44
Hex CF 10 61 0 5C 35 13 14F 56 2C
Octal 317 20 141 0 134 65 23 517 126 54
Binary 11001111 10000 1100001 0 1011100 110101 10011 101001111 1010110 101100

Color Harmonies of #CF1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1061

Black with #CF1061

Text Example


Text Example

White with #CF1061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1061; }

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

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

background-color css

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

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

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

border-color css

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

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

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